189 Commits (a86c721f1fdbf48460525d2cae05041780f46cfa)

Author SHA1 Message Date
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
eidheim a0f2bbfd26 Fixed standard header paths for newest llvm install on Homebrew 10 years ago
eidheim ea0d65e178 Fixes #133 10 years ago
eidheim 606db580d5 Fixes #121, #131 and #132. More testing needed, except bugfix commits soon. 10 years ago
eidheim 5fcd3c4889 Autocomplete cleanup 10 years ago
eidheim c20f284403 Minor fix to autocomplete states 10 years ago
eidheim da62ee9bd6 Fixes #130, but need some testing before merge 10 years ago
Akshay Shekhervoldyman666@gmail.com 168698fae4 Removed and as per the TODO's 10 years ago
eidheim a136eed3cb Fixed autocomplete error handling 10 years ago
eidheim 1675305884 New singleton system without a singleton container class. 10 years ago
eidheim c38e3dc7af Minor cleanup of process class and functions. 10 years ago