199 Commits (5d78509239b3a7cf82c225a1302bdb81bf463989)

Author SHA1 Message Date
eidheim 9736a734f8 Added: Go to Implementation 10 years ago
eidheim 605d33e6b3 Clang autocomplete: added fixes for common stream manipulators 10 years ago
eidheim f66e59ee9e SourceClang: moved retrieving diagnostics away from main thread, since large number of warnings (>100) would lead to temporary nonresponsive application 10 years ago
Ole Christian Eidheim 8825fd6099 Removed boost-log and boost-thread dependencies 10 years ago
eidheim c576d3688a No longer shows tooltips when mouse pointer is right of a line ending with a type cursor 10 years ago
Ole Christian Eidheim c605dab165 Working directory for libclang set to default build path. Fixes relative include paths in compile_commands.json, see #177 10 years ago
milleniumbug 649647abc5 replaced direct lock()/unlock() calls to mutex with unique_lock 10 years ago
eidheim 6dfdcb9ac4 Improved debug value tooltips for static variables (SomeClass::some_variable) 10 years ago
eidheim 95981f6b6a Improved debug value tooltips 10 years ago
eidheim 1cd001294b Now handles autocomplete even when the line starts with a comment (/*...*/) 10 years ago
eidheim 6aae196472 Made EntryBox a singleton for use in Directories, and fixed some includes 10 years ago
eidheim 9c69f18f18 Major project cleanup. Fixes #97 making it possible to support other build tools 10 years ago
eidheim 90b7f364c6 Renamed Dispatcher::push to Dispatcher::post 10 years ago
eidheim 89c96d598d Smart indentation cleanup 10 years ago
eidheim 755747bbba Bracket based auto indentation added for Java, JavaScript, TypeScript 10 years ago
eidheim 2f057b3930 Auto-indent cleanup and now supports JavaScript, TypeScript and Java as well. Also removed too eager message telling which file type was opened 10 years ago
eidheim 7e34cebded Revert "CMake cleanup" 10 years ago
eidheim 3ed9daccf3 CMake cleanup 10 years ago
U-olece-PC\olece 47318febd5 Added NULL check for getenv in MSYS2 10 years ago
U-olece-PC\olece 93b226c642 Got rid of absolute build path variables in MSYS2. juCi++ can now safely be installed through a MSYS2 package 10 years ago
eidheim 2770463c09 Renamed DebugClang to Clang in namespace Debug (Debug::Clang) 10 years ago
eidheim f1bfcb4402 Renamed debug/Debug to debug_clang/DebugClang 10 years ago
eidheim 26b5cab268 Dispatcher cleanup 10 years ago
eidheim 48c4ac141f Fixed autocomplete freeze within the new dispatch system 10 years ago
eidheim 3718aac5b3 Minor autocomplete revert fix 10 years ago
eidheim 7722e7eee5 Dispatcher cleanup 10 years ago
eidheim 7f1cb25c5d Added include path of OS X 10.11. Thanks to Henrik Width for reporting the issue, and testing the fix. 10 years ago
eidheim 6f47300607 Tooltip and completiondialog cleanup 10 years ago
eidheim 98a4f9c251 Slight memory optimization of autocompletion 10 years ago
eidheim a50adf87ee Cleanup of dialog tooltips 10 years ago
eidheim bd3c30faba Get iter for dialog positioning cleanup 10 years ago
eidheim 7f123fe8f8 Fix to Debug get return value 10 years ago
eidheim 18748aed24 CMake build paths cleanup 10 years ago
eidheim e263a30831 No longer attempts to create build directory when opening a file without CMakeLists.txt in the same directory 10 years ago
eidheim 653d77776f Debug show variables finished 10 years ago
eidheim 30f7411ccf Revert "Debug return value now found based on previous frame function name" 10 years ago
eidheim 534a245453 Debug return value now found based on previous frame function name 10 years ago
Ole Christian Eidheim d2427b727b Debug::get_return_value cleanup, and now works on older lldb versions 10 years ago
eidheim 6d6d2f31da Added return value (lldb supports this when doing step out) 10 years ago
eidheim bd68b222a0 Fixed debug value substring 10 years ago
eidheim 376a306964 Non-utf8 chars from lldb values are now shown as '?' 10 years ago
eidheim fe219a6e25 Making frame variable smaller if it is too long when using backtrace, and dialogs are now moved to the start of line if activated on iter columns>=80 10 years ago
eidheim ebec5de6b1 Autocomplete now restarts after . symbols properly 10 years ago
eidheim 4cf9a4011b Will now compile without debug support if liblldb is not found 10 years ago
eidheim 8a9c8a3082 Now tries to find debug variable based on file_path and line number if possible 10 years ago
eidheim 9b5c5baa2d Minor fixes to debug integration 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 9accf6c430 Added additional check on indent left after { on newline (Allman style) 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