2580 Commits (b1d1762199e09e9c7af622497afe692c03b1e5e1)
 

Author SHA1 Message Date
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
eidheim eb8c0cdf3d Language client: diagnostic messages are now parsed as markdown 6 years ago
eidheim 288db3827f Language client: updated client capabilities with markdown support 6 years ago
eidheim f2dee85d0f Language client: autocomplete documentation now supports markdown 6 years ago
eidheim 160641d71c Language client: improved support for completion documentation 6 years ago
eidheim d6f967281c Get token cleanup and improved rust debugging 6 years ago
eidheim e1d4af10fa Slight adjustment to custom styling example: source view slider is now shown 6 years ago
eidheim 6ad83ec811 Slightly optimised file reading and writing 6 years ago
eidheim 2630e3001f Language client: improved parsing of textDocument/documentSymbol 6 years ago
eidheim b20237d5ba Language server: made show methods and symbol rows similar to the ctag and libclang variants 6 years ago
eidheim 17bf0c3603 Slight improvement to Go to implementation 6 years ago
eidheim 4b56c48e3e Now uses ctags to find methods in C/C++ source files 6 years ago
eidheim 05cad00dc4 Main window can now be set transparent in custom css file (for instance ~/.config/gtk-3.0/gtk.css) 6 years ago
eidheim cb844279d8 Slightly adjusted yellow diff color 6 years ago
eidheim 873c9822c8 Adjusted diff colors and made them dependent on light/dark themes 6 years ago