2070 Commits (04bce2aae6923c1d9fca34d67fbdb6fb8a38b72f)
 

Author SHA1 Message Date
eidheim 74c0e7e845 Minor fixes to CMakeLists.txt 8 years ago
eidheim e2ae5a78df Fixes crash that could happen when performing compile and run and start debug at approximately the same time. Project objects are now kept alive for as long as they are needed. Also removed Terminal::InProgress since it could lead to unsafe code in the future. 8 years ago
eidheim 048cb16612 Fixes freeze when debugging failed to start: Dispatcher::post can now be performed within another Dispatcher::post, no longer leading to deadlock 8 years ago
eidheim 56d711f061 Fixed static analysis ci script. Since static analysis is performed through clang++, the clang++ compilation was removed 8 years ago
eidheim 88b55ca1ff Updated submodules and modernized cmake files 8 years ago
eidheim d03ce4968c Optimisation of Dispatcher class 8 years ago
eidheim e83ef578db Version 1.3.2 8 years ago
eidheim d4dda4afaa No longer updates folders that are not shown when changes in filesystem is detected 8 years ago
eidheim 5611259a1b Fixes style search path for MSYS2 8 years ago
eidheim 2fd1aefb98 Fixes crash that might happen when a new folder is created at the same time as one opens a subdirectory 8 years ago
eidheim 83ed4cfa00 Fixes #354: resets Project::current when closing juci. Also now runs exit code when application is closed by desktop environment 8 years ago
eidheim a06bfcb3a8 Further cleanup of debug lldb events 8 years ago
eidheim c7d9e3c4ff Gsv::StyleSchemeManager::prepend_search_path is now only called once 8 years ago
eidheim 98bb9e00b0 Fixes #353: core dump at exit when using older glibmm versions 8 years ago
eidheim cf67686fc9 Fixes backspace key when insert is after spaces or tabs at start of the first line in buffer 8 years ago
eidheim de3858872b Version 1.3.1 8 years ago
eidheim e931840e83 Related to #352: more general way of finding version specific clang-format and lldb-server executables 8 years ago
eidheim e85e5b65ae Another update to Clang-Tidy feature in README.md 8 years ago
eidheim 663045efb6 Updated Clang-Tidy feature in README.md 8 years ago
eidheim abe79300e1 Added Clang-Tidy support to README.md 8 years ago
eidheim f95e39da5b Corrected markdown format column width 8 years ago
VJSchneid 521a847d1e Update CMakeLists.txt 8 years ago
Viktor Schneider 6960192366 add right margin line in sourceview 8 years ago
eidheim 324e6b7764 Minor cleanup of Usages::Clang::write_cache 8 years ago
eidheim 7b6a3915f2 No longer possible for processes to simultaneously write to the same usage cache file 8 years ago
eidheim cf75df4012 C/C++: now always autocompletes after :: (including global namespace) 8 years ago
eidheim 7c598b8a27 Added missing return types to C/C++ autocomplete 8 years ago
eidheim ea407c755d Temporary fix for clang5.0.0 diagnostic bug 8 years ago
eidheim 5cd92921d9 Minor fix to markdown-formatting 8 years ago
eidheim ae1b183b87 Added current parameter completion that shows possible arguments. Also fixes some issues with non-interactive completion, optimizations to selection/completion dialogs, and some cleanup." 8 years ago
eidheim 15ad9fbe2d Debug event handlers cleanup 8 years ago
eidheim 4200e48954 v1.3.0 8 years ago
eidheim b9484852d5 Added upcoming llvm 5.0.1 version to FindLibClang.cmake 8 years ago
eidheim e561852483 Added additional test in source_key_test 8 years ago
eidheim 45ecc4642f Corrected indentation when pressing enter after string and character constants 8 years ago
eidheim c84d1ddea5 Added Shift+Enter buffer shortcut: move to end of line and enter 8 years ago
eidheim 88a446144c Fixed spellcheck error marking when writing for instance 'a' at the end of line comments 8 years ago
eidheim a3a36aa683 Minor improvement to smart backspace key: tabs are now kept if previous line is empty 8 years ago
eidheim 4d43649c06 Fixed end of line insert placement in some cases when performing clang-format 8 years ago
eidheim 801c7bf832 Changed --> to UTF-8 arrow with additional spaces in completion suggestions 8 years ago
eidheim 15ea29bacc Updated libclangmm submodule 8 years ago
eidheim e3ef524f94 Added workaround for MacOS crash that might happen when moving paths in the directory view 8 years ago
eidheim 96601318ae Added workaround for MacOS crash that sometimes happen when using drag-and-drop on text in a Gtk::TextView widget 8 years ago
eidheim 8980f50c23 Fixes #259: crash in MacOS when filtering files in gtk file/folder dialog 8 years ago
eidheim 6fd31c1768 Fixes filesystem::get_short_path on MSYS2 8 years ago
eidheim f45f871156 Changed Source::View::views type to std::unordered_set<Source::View*> 8 years ago
eidheim 3f8c767eda Now erases related caches when recreating C/C++ build 8 years ago
eidheim 4ef12438bc Usages::Clang: improved file changed check 8 years ago
eidheim b5e55b33a7 Added cursor kind check to Usages::Clang::Cache::Cursor::operator== 8 years ago
eidheim 1575eb0072 Cleanup of CompileCommands::get_arguments and disables more outside header warnings for header files 8 years ago