2939 Commits (2b7fc1e7d6314a2b6f9dccda8dfda9ee4bcd57ef)
 

Author SHA1 Message Date
eidheim 77cab2ccbe Updated libclangmm 4 years ago
eidheim 485a7f5eb2 Fixed latexindent selection formatting 4 years ago
eidheim d3d54b48b6 Added -m switch to latexindent 4 years ago
eidheim fedb5c2c96 Added support for latexindent 4 years ago
vazub 58abd35e4e NetBSD build instructions 4 years ago
vazub 8d03762695 Build for NetBSD and include proper RPATH 4 years ago
eidheim 228056820e Language protocol: no longer show tooltips when no completion is selected 4 years ago
eidheim eb4b1eaf8c Language client: cleanup of client capabilities 4 years ago
eidheim 00a696d19c Language client: now supports multiple declarations and type declarations 4 years ago
eidheim 56a655f096 Changed 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 4 years ago
eidheim 0a3102f13e Language client: added pyright workarounds 4 years ago
eidheim cf695def6a Added 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 4 years ago
eidheim 1a1cffb039 Minor fix to toggle zen mode 4 years ago
eidheim 85f40a76d2 Language client: removed unecessary event flush 4 years ago
eidheim aed4e5723a Language client: added workaround for pyright, and cleanup of rename(). Also added log mutex for cleaner log output. 4 years ago
eidheim be5c8228d5 Language client: various cleanups 4 years ago
eidheim a99755b0e9 Language client: improved error message on JSON parse error 4 years ago
eidheim 06b9f63ad5 Language client: no longer save after code action, and saving after rename is now performed after all rename edits 4 years ago
eidheim f119f17341 Language client: accept requests from server with text ids 4 years ago
eidheim 46bc3de9d0 Language client: added support for RenameFile in textDocument/rename response 4 years ago
eidheim d66c8e16d6 No longer move cursor up/down paragraph when using control+alt+up/down 4 years ago
eidheim 53809dc93e Two or more menu actions can now have the same keybinding 4 years ago
eidheim 561ae473ba Simplified getting default Gtk::Application object 4 years ago
eidheim a8b2d1037b Updated LICENSE 4 years ago
eidheim b3b5182258 v1.7.1 4 years ago
eidheim 8b134a091a Added another doxygen test 4 years ago
eidheim d5001438c8 Fixes #446 : buffer overread in Tooltip::insert_doxygen(), and added _GLIBCXX_ASSERTIONS to tests 4 years ago
eidheim efb6a29e0c Can now unset keybindings in Preferences 4 years ago
eidheim 4525a596e5 Added Toggle Status to Window menu 4 years ago
eidheim 7d55b1f374 Removed dashed lines surrounding tooltips on some gtk themes 4 years ago
eidheim ba995b168a Tooltips: now adds scrolling to all tooltip windows that are placed partially outside of screen 4 years ago
eidheim d65eb9eaf2 Fixed potential compilation error on MSYS2 4 years ago
eidheim 1a2263f6db Preference item search_for_selection now also applies to Find Pattern 4 years ago
eidheim 5332fa624f Fixed indentation on enter after for instance {\n 1,\n 2,\n} 4 years ago
eidheim c3b62cb647 v1.7.0 4 years ago
eidheim 140e40b300 Reversed save modified dialog change: answering no now again closes buffer 4 years ago
eidheim c1525c0296 Store find_pattern options in last_session.json 4 years ago
eidheim 2035dba47e Added Close Other Files to File menu, and fixed save_modified_dialog when choosing No 4 years ago
eidheim c837f49092 Store search options in last_session.json 4 years ago
eidheim 56d77ef32d Added Switch File Type to File menu, and moved Find File from Source to File menu 4 years ago
eidheim 7f62bd6802 File path in status bar is now relative to opened folder if file is within this folder 4 years ago
eidheim 4d18245743 Language client: corrected workspace/workspaceFolders response 4 years ago
eidheim 709e2aeb18 Language client: additional support for workspaceFolders 4 years ago
eidheim 462534cb64 Language client: added support for workspaceFolders (needed by pyright) 4 years ago
eidheim bad362b248 Added preference instructions in python language server setup 4 years ago
eidheim 2ba8fea018 Slight modification of new C/C++ hello world source files 4 years ago
eidheim a8169628c2 Added compile flags -Wstring-conversion and -Wliteral-conversion for clang++ 4 years ago
eidheim 216c7e3a0a Added support for docstring :: code blocks 4 years ago
eidheim 24c795b41f Language client: added codeAction.resolveSupport to initialize request 4 years ago
eidheim 6cb1094ee5 Suggest using python-lsp-server instead of python-language-server, since the latter is no longer updated 4 years ago