1604 Commits (beb9596db276e41558ab97c9e034e3712ddae43e)

Author SHA1 Message Date
eidheim beb9596db2 Cleanup of SourceBase::SnippetParameter class 6 years ago
eidheim f1f0638845 Cleanup of cursor history 6 years ago
eidheim f7a133b1ce Minor cleanup of cursor history 6 years ago
eidheim 7aa3f3f323 Replaced type Gtk::TextBuffer::iterator with Gtk::TextIter 6 years ago
eidheim 816418db40 Improved multiple cursor placements after undo or redo 6 years ago
eidheim a26ae56aae Cleanup of SelectionDialog::on_change and on_select 6 years ago
eidheim e1aae1cee3 Multiple cursor cleanup and improvement 6 years ago
eidheim d88c40fdcf Slightly improved snippet cursor behaviour, and multiple snippet parameter selections are now shown 6 years ago
eidheim 739a4081b2 Fixed control-left/right on MacOS 6 years ago
eidheim 33510e5bd2 Cleanup of cmake parsing 6 years ago
eidheim cd0082da8d Removed filesystem::read_lines 6 years ago
eidheim b2c4056be8 Made use of boost::optional, and some other cleanup 6 years ago
eidheim 7c021dc50d Fixed snippet bug that caused the backspace key not to work as expected 6 years ago
eidheim 24ce30003a Slightly improved search for included header file 6 years ago
eidheim ce78787697 Moved on_key_press_event_extra_cursors to source_base 6 years ago
eidheim 706c94301d Yet another cursor history cleanup 6 years ago
eidheim 5059b6de71 Language client: Rows in Go to Method are now similar to when Ctags is used to show methods 6 years ago
eidheim c53d927483 Improvements to Go to Method: improved parsing of C++ system headers, and now shows namespace for each symbol if any 6 years ago
eidheim 43b056d929 Further cleanup of cursor history 6 years ago
eidheim c65261d5ff Cleanup of cursor history 6 years ago
eidheim eacd326581 Further snippet improvements 6 years ago
eidheim 7455cf36ee Fixed potential crash when scrolling to selectiondialog item 6 years ago
eidheim 7e17bb6f23 Improved snippet support 6 years ago
eidheim f3a9d83037 Fixed snippet argument offsets 6 years ago
eidheim faca9ba5fe Slightly improved missing header include fixits 6 years ago
eidheim 9bb02e2035 Added a couple missing symbol headers 6 years ago
eidheim c342f0c3bc Always clear snippet arguments when insert mark is set 6 years ago
eidheim 14b51ed173 Made use of thread pool in Directories instead of spawning threads, and replaced initialize_thread with thread_pool in language client" 6 years ago
eidheim d5bf3b945f Notebook::open now returns bool, and added a few safety checks 6 years ago
eidheim 60195fa0ec Added and made use of string functions starts_with and ends_with, and minor cleanup for selection window code 6 years ago
eidheim fa6cc3c92a Improvement of implementation lookup of C/C++ symbols 6 years ago
eidheim b1141b5583 Improved C vs C++ include fixits 6 years ago
eidheim 5144dbb2d3 Language client: added support for JSX property completion after space inside JSX angle brackets 6 years ago
eidheim 528c471f23 Updated libclangmm submodule 6 years ago
eidheim 8b19371bdf C/C++: added missing include fixits for std 6 years ago
eidheim e6c723e9fa Corrected unescaped file path in Ctags constructor 6 years ago
eidheim 4ee53e9d90 Language Client: added utf8 offsetEncoding to client capabilities 6 years ago
eidheim e08ff19358 Language client: escape values from language server when using selection dialog 6 years ago
eidheim 6272206625 Language client: fixed crash when closing files before autocomplete is set 6 years ago
eidheim 480430ed16 Renamed C++ header and source files to use proper C++ file extensions. 6 years ago
eidheim 850d8a2c66 Renamed files documentation_cppreference.* to documentation.* 6 years ago
eidheim a4adb778dc Can now search in terminal 6 years ago
eidheim c502f83f81 Adjusted search-match colors for the juci styles 6 years ago
eidheim 39f4ed48bb Cleanup of search functions 6 years ago
eidheim f64d510b60 Language client: added workaround for servers that does not report quickfix diagnostics 6 years ago
eidheim 40092eba62 Fixed const moves 6 years ago
eidheim ebb613b2a5 Now supports multifile fixits 6 years ago
eidheim 35d96b453a Improved C/C++ fixit text 6 years ago
eidheim 4df357a9b7 Simplified read/write source files, and improved error messages 6 years ago
eidheim ba7c335073 Slight optimization when saving files 6 years ago