2142 Commits (12d1400d80bd5f9459ea9fee525f7d709c581059)
 

Author SHA1 Message Date
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
eidheim bea77bfde9 Updated libclangmm submodule 8 years ago
eidheim 9a611b6c89 Fixes #343: segfault when opening bare git repository 8 years ago
eidheim 59c08a2dd8 Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work. 8 years ago
eidheim 8a006962bf Std headers are now parsed. Also moved Source::ClangViewParse::get_compilation_commands to CompileCommands::get_arguments and some cleanup." 8 years ago
eidheim babd2950cb Indentation fix for multiline expressions with comments after { 8 years ago
eidheim 7516d1d9b0 Terminal links cleanup, and added links for a assert error messages. Also added terminal_test.cc 8 years ago
eidheim 4e24a97a44 Improved indentation on lines ending with a comment, and additional key tests 8 years ago
eidheim 55d056f16d Debug start/continue: implemented environment parsing on string set in Debug Set Run Arguments 8 years ago
eidheim 7fc4ab069c Replaced home path with ~ in various user messages 8 years ago
eidheim 8e347ed588 Improved readability of Go to Method dialog rows 8 years ago
eidheim 0ac7f42314 Now joins debug_thread in lldb_test 8 years ago
eidheim 8504ab0578 Reverted -Werror on Appveyor 9 years ago
eidheim 29b9f4f2bb Temporary fix for the "Only <gtksourceview/gtksource.h> can be included directly" warnings, added -Werror on travis, and removed -Wno-reorder 9 years ago
eidheim d9ee4d97ce Cleanup: removed support for older libraries 9 years ago
eidheim 618d81ea20 Fixes libclang parsing on Fedora 9 years ago
eidheim 5ac34e378f Installation doc: removed version from Fedora and Mageia 9 years ago
eidheim 5f1cf28ab5 Improved Rename, Go to Usage, Go to Method: virtual and override functions are now marked as similar when appropriate 9 years ago
eidheim 7b61e75d35 Added gnome-icon-theme to MacOS brew install command 9 years ago
eidheim 757eddb147 Further workarounds for ArchLinux's clang_getFileName that sometime returns wrong paths 9 years ago
eidheim e0fc075483 Improved Rename, Go to Usage, Go to Method, and Go to Implementation through broader similar cursor search. Function template definitions and spesializations, and overloaded functions, are now considered similar. 9 years ago
eidheim d7d2cd6cd5 Added style formatting for markdown and disables spellcheck in certain situations 9 years ago
eidheim 430925ada0 Autocomplete cleanup. Should now be easier to implement autocomplete for other languages 9 years ago
eidheim fed9ce7101 Replaced deprecated gtk_show_uri with gtk_show_uri_on_window on newer systems 9 years ago
eidheim af2504bc83 v1.2.5 9 years ago
eidheim a886cad149 Removed -Wno-unused-parameter from new c++ projects 9 years ago
eidheim d0ca4be174 New screenshots 9 years ago
eidheim 34384f482c Moved terminal preferences below source preferences 9 years ago
eidheim 83c7fbf554 Added a few more tests to source_key_test.cc 9 years ago