115 Commits (fd56c4d1e9dcac259231f3eafc2640206e3febff)

Author SHA1 Message Date
eidheim c7e369a960 get_buffer/get_source_buffer cleanup 10 years ago
eidheim 847a9015a0 Corrected clang::Token_* to clang::TokenKind::Token_* 10 years ago
eidheim b3b7711393 Renamed ClangViewRefactor::Token to ClangViewRefactor::Identifier to avoid confusion 10 years ago
eidheim 6e20fea01a When renaming class/constructor/destructor, also rename class, constructor and destructor 10 years ago
eidheim 2393556e89 Refactoring/operations accross files: added wait dialog if other tabs are parsing 10 years ago
eidheim 4190af65f6 Cleanup of Source::ClangViewParse::update_syntax 10 years ago
eidheim 8b7ae10a77 Cleanup of refactoring methods 10 years ago
eidheim fd891825f4 Added info message when opening a clang source and a build system is not found 10 years ago
eidheim 3e6e06d2d5 Notebook::save cleanup: got rid of clang spesific code in Notebook 10 years ago
eidheim 6db5afbb03 Refactor: src/project* files 10 years ago
eidheim a30ff38f9a Remove C-style casts 10 years ago
eidheim 213e80f4c0 Added brief info messages to top right corner 10 years ago
Ole Christian Eidheim b986b38801 Fix for current Arch Linux boost link issue 10 years ago
eidheim df3eba9473 boost::regex optimization (building regexes can be somewhat resource demanding) 10 years ago
eidheim 068002f798 Now iterating clang_tokens vector reversed. Also now looks for function implementations 10 years ago
eidheim d4b9498269 clang autocomplete: moved stream manipulator replacements to map 10 years ago
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