ae669bfcdfSlightly improved C++ include fixits
eidheim
2022-01-24 12:09:53 +0100
3b0412e870Fixed deadlock when inserting snippets when using autocomplete keys
eidheim
2022-01-11 13:25:09 +0100
42b3f00980Added extra checks for valid CMake builds, and fixed previous check for correct project path in CMakeCache.txt
eidheim
2022-01-06 09:41:10 +0100
686649e67dDollar sign now adds dollar signs around selected text in latex buffers
eidheim
2022-01-05 12:29:05 +0100
8d03762695Build for NetBSD and include proper RPATH
vazub
2021-12-03 14:12:57 +0000
228056820eLanguage protocol: no longer show tooltips when no completion is selected
eidheim
2021-10-08 14:57:42 +0200
eb4b1eaf8cLanguage client: cleanup of client capabilities
eidheim
2021-09-15 10:22:38 +0200
00a696d19cLanguage client: now supports multiple declarations and type declarations
eidheim
2021-09-08 20:18:46 +0200
56a655f096Changed preference item source.cleanup_whitespace_characters into two seperate items: add_missing_newline_at_end_of_file_on_save and remove_trailing_whitespace_characters_on_save
eidheim
2021-09-06 20:17:59 +0200
a6fadcb171Added some Emacs-style actions
Joakim Skogø Langvand
2021-09-02 22:23:16 +0200
cf695def6aAdded yapf style format for python files when not using language server or when language server does not support style formatting, and no longer use ranged formatting on save
eidheim
2021-08-29 09:27:40 +0200
1a1cffb039Minor fix to toggle zen mode
eidheim
2021-08-29 06:20:24 +0200
aed4e5723aLanguage client: added workaround for pyright, and cleanup of rename(). Also added log mutex for cleaner log output.
eidheim
2021-08-27 14:55:36 +0200
be5c8228d5Language client: various cleanups
eidheim
2021-08-27 10:15:13 +0200
06b9f63ad5Language client: no longer save after code action, and saving after rename is now performed after all rename edits
eidheim
2021-08-26 12:54:48 +0200
f119f17341Language client: accept requests from server with text ids
eidheim
2021-08-26 09:48:30 +0200
46bc3de9d0Language client: added support for RenameFile in textDocument/rename response
eidheim
2021-08-25 13:04:32 +0200
d66c8e16d6No longer move cursor up/down paragraph when using control+alt+up/down
eidheim
2021-08-23 11:25:08 +0200
53809dc93eTwo or more menu actions can now have the same keybinding
eidheim
2021-08-22 20:24:26 +0200
a0a587b8fdAdded cancellation dialog to rust-analyzer installation
eidheim
2021-07-08 15:25:02 +0200
09d569873fCleanup of rust-analyzer installation
eidheim
2021-07-08 14:36:19 +0200
e9b5548b57Improved installer for rust-analyzer
eidheim
2021-07-08 12:49:53 +0200
37341bf12eAdded automatic installation of rust-analyzer through rustup if component is found
eidheim
2021-07-08 10:51:52 +0200
7e56744972Language protocol: client message logs are now formatted
eidheim
2021-07-08 09:13:08 +0200
9fe68e4891Improvement of error message when background prettier process exits prematurely
eidheim
2021-07-07 17:55:06 +0200
6a5b74b87bAdded error message if background prettier process exited prematurely
eidheim
2021-07-07 17:50:03 +0200
aa44fc0a50Reset stdout_buffer and related variables if prettier background process has to be recreated due to failure
eidheim
2021-07-07 16:43:37 +0200
5adfeaa1c1Use stringstream reconstruction instead of using clear()
eidheim
2021-07-07 13:31:17 +0200
257668730cImprovement to prettier library output parsing
eidheim
2021-07-07 13:14:44 +0200
d5eabfd4e7Made use of prettier library when possible to speed up prettier formatting
eidheim
2021-07-06 10:59:10 +0200
10a1ccba3cReduced width of C/C++ completions slightly
eidheim
2021-07-04 10:07:45 +0200
603835abdcAdded style class to selection dialogs
eidheim
2021-07-04 08:37:04 +0200
40905d54edMade similar symbol tags more visibile when using dark themes
eidheim
2021-07-03 07:52:32 +0200
8fb81c11d9Improved placement of tooltips: now places tooltips below cursor if no space above or right
eidheim
2021-07-01 20:31:14 +0200
db63cedcd6Improved positioning of tooltips through more exactly computing the size of the tooltip to be shown
eidheim
2021-07-01 12:17:02 +0200
0cefe148faMade use of the nlohmann/json library due to lacking JSON capabilities in Boost::PropertyTree
eidheim
2021-06-25 13:03:45 +0200