32b6436fe8Minor cleanup of show_or_hide()
eidheim
2021-06-21 08:15:45 +0200
6d46110907Added support for Julia's end keywork in show_or_hide()
eidheim
2021-06-20 20:50:49 +0200
30ce9ca3a4Added file path escaping to language_protocol_server_test.cpp
eidheim
2021-06-20 13:35:45 +0200
2b9491565fLanguage client: now supports CompletionItem.additionalTextEdits
eidheim
2021-06-20 10:32:14 +0200
66abb09262Language client: added support for refactor code actions at cursor position using Apply Fix-its menu item. Availability of refactorings is not shown to keep visual noise to a minimum.
eidheim
2021-06-19 12:25:02 +0200
149e82a279Additional language client tests
eidheim
2021-06-18 18:24:50 +0200
e6069f00bcMinor improvement to extend_selection(), and correction of cursor movement on functions with no arguments
eidheim
2021-06-18 16:36:45 +0200
c89238b9e5Improvements to indentaion detection
eidheim
2021-06-18 15:42:13 +0200
4e121ffd00Improved C/C++ include fixits
eidheim
2021-06-18 14:33:45 +0200
a95cb94b79Language client: move cursor forward if no arguments in completed function and if cursor is still inside ()
eidheim
2021-06-17 17:53:27 +0200
b6e8e5d441Language client: added completionItem/resolve request to fetch details and documentation of completion items
eidheim
2021-06-17 09:50:42 +0200
70d9818772Language client: added support for type declaration and implementation location. Also fixes to utf-8 byte count and regular utf-16 offsets, and cleaned up write_request and write_notification calls
eidheim
2021-06-15 13:01:20 +0200
eefe86f2b2Cleanup of dialog source/header files
eidheim
2021-03-31 10:53:18 +0200
076ee4d7cfNo longer resolves symbolic links when finding current path
eidheim
2021-03-31 10:45:20 +0200
d2a5d81b59Made project name terminal output bold on creating new C/C++ project
eidheim
2021-03-30 20:27:30 +0200
f709c31ec3Language client, rename: now open, rename, save and close unopened buffers (as seems to be necessary for some language servers)
eidheim
2021-03-29 15:09:25 +0200
cd6af96e0eFind Symbol now always uses ctags
eidheim
2021-03-29 14:22:12 +0200
61caf12e82Improved and simplified folder exclusion for grep and ctags
eidheim
2021-03-29 10:45:30 +0200
454fe03fb4Cleanup for terminal messages
eidheim
2021-03-27 15:09:38 +0100
c7da9c4977Corrected typo in language server installation instructions
eidheim
2021-03-27 14:03:38 +0100
cdf44cac9aRemoved unnecessary line in python language server installation instructions
eidheim
2021-03-27 14:01:19 +0100
77b60abf07Added installation instruction outputs upon detecting missing language servers when opening some source file types
eidheim
2021-03-27 13:53:01 +0100
d94024f38dAdded comment to Filesystem::find_executable, and slight changed message on created C/C++ project
eidheim
2021-03-27 13:29:01 +0100