726 Commits (ed0004fa6caebfe48f8e05928a7c0922c27c898f)

Author SHA1 Message Date
eidheim ff7ec7ddc8 Debug process now has correct environment variables, and handles stdin 10 years ago
eidheim 924ccfc30d Debugging fixes 10 years ago
eidheim ebec5de6b1 Autocomplete now restarts after . symbols properly 10 years ago
eidheim ba7c44d7f8 Fixes to debugging 10 years ago
eidheim 3f8aeac476 Yet another minor compile fix 10 years ago
eidheim 62d9027330 Another minor compile fix 10 years ago
eidheim c45d4544ed Minor compile fix 10 years ago
eidheim 42a416382d Minor message fix when compiling without debugging support 10 years ago
eidheim 530a356199 Added message when compiling without debugging support 10 years ago
eidheim 4cf9a4011b Will now compile without debug support if liblldb is not found 10 years ago
eidheim 6136ba0ed1 Added missing mutex 10 years ago
eidheim 256f01fd9d Maybe a bit faster variable name search 10 years ago
eidheim 0843bff569 Thread safe debug implementation, and can now go to debug stop 10 years ago
eidheim 8a9c8a3082 Now tries to find debug variable based on file_path and line number if possible 10 years ago
eidheim e941b563d9 Added run debug command, and various fixes including more thread safe debug commands 10 years ago
eidheim 9b5c5baa2d Minor fixes to debug integration 10 years ago
eidheim 8905f8fc75 Added debug status and now shows the line where the debug process is stopped 10 years ago
eidheim b30f2da8a4 Debugging fixes 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 0e5568351c Now correctly removes opened subdirectories when closing a directory. This fixes a crash when changes happened in a subdirectory that had one of its parent/grandparent/etc closed 10 years ago
eidheim 6b96b64d61 Visual size of tab (\t) set to 4 spaces 10 years ago
eidheim 9accf6c430 Added additional check on indent left after { on newline (Allman style) 10 years ago
eidheim 29f8b97127 Minor improvement: rows in selection dialogs now gets cleared when the dialog is hidden, instead of when destroyed 10 years ago
eidheim a16ab4be80 Cleanup of { indentation (Allman style) 10 years ago
eidheim 6e0c762f70 Now indents left automatically when writing { on a newline after if(...)/else/else if(...) and so on 10 years ago
eidheim 6aee69b398 Minor cleanup of selectiondialog.* 10 years ago
eidheim 006d7890f6 Another minor fix to build path error handling 10 years ago
eidheim 7e7589efac Minor fixes to build path error handling 10 years ago
eidheim a0f2bbfd26 Fixed standard header paths for newest llvm install on Homebrew 10 years ago
eidheim ea0d65e178 Fixes #133 10 years ago
eidheim 4a6d92c893 cmake error messages no longer appear twice when saving CMakeLists.txt 10 years ago
eidheim 7a229a2e64 More consistant error messages 10 years ago
U-ole-PC\ole 7cd81a9747 Now fixes compile_commands.json on Windows correctly 10 years ago
eidheim 606db580d5 Fixes #121, #131 and #132. More testing needed, except bugfix commits soon. 10 years ago
eidheim 0837f6c8a1 Minor bug fix: tooltips and spellcheck dialog no longer gets hidden when shown on top of mouse cursor 10 years ago
Ryan Pavlik ab995d7e11 Update files.h 10 years ago
eidheim 28ea45dbdd Forgot to remove iostream 10 years ago
eidheim b4e2b2fc80 Now tries to guess executable based on add_executable parameters 10 years ago
Ole Christian Eidheim b11494b15d Cleanup of cmake project search, no longer tried to search for cmakelists if starting/reaching a directory without cmakelists 10 years ago
Ole Christian Eidheim 08910538d8 Dialogs now gets hidden if a new cursor position is chosen using the mouse. Also made the run command entry a bit larger 10 years ago
Ole Christian Eidheim bba3d05751 No longer shows tooltips right after goto declaration 10 years ago
eidheim 5fcd3c4889 Autocomplete cleanup 10 years ago
eidheim c20f284403 Minor fix to autocomplete states 10 years ago
eidheim c4b3e869df Final fix to #130 hopefully 10 years ago
eidheim 9eac6d1382 Minor cleanup to dialog events 10 years ago
eidheim da62ee9bd6 Fixes #130, but need some testing before merge 10 years ago
eidheim cda802676e Work in progress related to #130 10 years ago
eidheim 80d4a84961 Fixes #128 10 years ago