2744 Commits (6d46110907b6f9190c91fb0e6f0afb539d58344c)
 

Author SHA1 Message Date
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 c32e88a236 Updated Features section in README.md 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
eidheim a0d911f176 Added clang-tidy preference items 6 years ago
eidheim cb449a9c0a Updated language server instructions for rust 6 years ago
eidheim 2205ce03b7 Fixed overlapping tooltips when showing markdown 6 years ago
eidheim b88a480ca2 Language client: added support for fixits 6 years ago
eidheim 905030e282 Language client: on rename, write changes to unopened files first since this can improve server parsing of opened files that will be changed after 6 years ago