88 Commits (30f7411ccf158dff6b2428642b08af83dbea71c8)

Author SHA1 Message Date
eidheim 23eaf5159a Fixed backtrace and a couple debug keybindings 10 years ago
Ole Christian Eidheim c56ac6f888 Fixed crash on earlier liblldb versions, and changed a couple debug key bindings from n (used for new file and directory) to h 10 years ago
eidheim a655b61ea8 Added debug stack backtrace 10 years ago
eidheim 3d74cbba50 Added Project Set Run Arguments 10 years ago
eidheim 019e72a444 Added step-over, step-in and step-out functions to debugging menu 10 years ago
eidheim 924ccfc30d Debugging fixes 10 years ago
eidheim 0843bff569 Thread safe debug implementation, and can now go to debug stop 10 years ago
eidheim e941b563d9 Added run debug command, and various fixes including more thread safe debug commands 10 years ago
eidheim 8905f8fc75 Added debug status and now shows the line where the debug process is stopped 10 years ago
eidheim 3244ec68f7 Debug variables now in tooltips, still some work left before creating the debug integration branch though 10 years ago
eidheim a6b19c9dbd Work in progress, a somewhat usable debugger now implemented 10 years ago
eidheim b23a2deec1 Work in progress: debug integration 10 years ago
eidheim 606db580d5 Fixes #121, #131 and #132. More testing needed, except bugfix commits soon. 10 years ago
Ryan Pavlik ab995d7e11 Update files.h 10 years ago
Ole Christian Eidheim d542a91c1f Changed default next and previous tab keys to ctrl-tab and ctrl-shift-tab 10 years ago
Ole Christian Eidheim 6b40e0e0ec Added correct next/previous tab keys for Linux (as in Chromium). Previous default keys did not work for me at least. 10 years ago
eidheim d4964f41cd Changed to version 1.0.0 10 years ago
Vadim fe143399ea add include guard 10 years ago
eidheim eb13a7e81f Added Go to Usage, and fixed #82 by removing the directory ignore option. This also makes implementing git integration easier. 10 years ago
eidheim 39fb97d295 Renamed strip_trailing_whitespaces to cleanup_whitespace_characters 10 years ago
eidheim 17732a3e82 Added option to strip trailing whitespaces on save, and add trailing newline if missing. 10 years ago
eidheim d25c801dd7 Various smaller fixes and cleanups. 10 years ago
eidheim 560a68425d Added MaxEmptyLinesToKeep: 2 to default clang-format style. 10 years ago
Jørgen Lien Sellæg f1b3e8757b Reset version and move of directories update 10 years ago
Jørgen Lien Sellæg 51904924d2 Remove clang-format option 10 years ago
Jørgen Lien Sellæg f53d3086df Fix typos 10 years ago
Jørgen Lien Sellæg 64124dff76 Version bump due to config update 10 years ago
Jørgen Lien Sellæg 785f4ef123 Add clang-format command to configuration. I use clang-format-3.7 for instance. 10 years ago
Jørgen Lien Sellæg 2ee625232d Better lookup of home directory, fixing rest of paths that were concatinated incorrectly, removal of singletons that aren't singletons 10 years ago
eidheim 484ac9feda New menu system finished. Also, the key bindings now gets updated when config.json is saved. 10 years ago
eidheim e36bac46a0 Moved comments to separate attributes instead of using non-standard //-comments. 10 years ago
eidheim e41b5bce86 Minor fix to auto-indentation. 10 years ago
eidheim 407e0fd967 Can now use tabs with auto-indentation in clang-files. 10 years ago
eidheim 7f6174519a Slight changes to all styles with respect to background pattern. 10 years ago
eidheim d6f3b8c3e5 Added background_pattern. 10 years ago
eidheim 1fa209454e Changed to version 0.9.4 since I added another configuration item among other things. 10 years ago
eidheim 30beb18ff3 Added clang-format style options to config file. 10 years ago
eidheim 59b32b25f1 Added the missing checks if paths from Dialog::* were empty. 10 years ago
eidheim 17e45b1e63 Resolved conflicts in #68. 10 years ago
eidheim 99908d4e3d Added possibility to change tab size and char for a buffer. 10 years ago
eidheim e9f26db92c Find Documentation now works on OS X. 10 years ago
eidheim 0307801336 Ongoing work: Find Documentation. 10 years ago
eidheim 7023b68742 Apply Fix-its now has a key that works on most systems. 10 years ago
eidheim b37a9d38d5 Added fix its, and some minor cleanup. 10 years ago
eidheim 5f48bd2e6d Minor fixes to sourcemap. 10 years ago
eidheim 1ed40db56d Source map should be working, added config items for source map. 10 years ago
eidheim 0386075506 Second try to get source map working. 10 years ago
eidheim 6e8f7e0873 Added spellcheck menu items, and possibility to spellcheck whole buffer. 10 years ago
eidheim bcd8a1a4e3 Fixes #60, default max terminal buffer size is now 1000. 10 years ago
eidheim 4579faf9a9 Slightly improved style colors. 10 years ago