2821 Commits (f119f1734192b5bd68f703844e70b7a0b15bca54)
 

Author SHA1 Message Date
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
eidheim 91efe29a52 Language client: added completionItem.resolveSupport to initialize request 4 years ago
eidheim 0a28c1822f Removed unnecessary mutex from GenericView 4 years ago
eidheim b9c2e2a019 Added spellcheck_all flag to html and xml 4 years ago
eidheim 584eb1e64e Added additional link to docs/language_servers.md in README 4 years ago
eidheim a4db3cc621 Autocomplete is now run without threads in GenericView 4 years ago
eidheim df51554ca0 Cleanup of spellcheck_all boolean used to activate spellchecking on for instance markdown text 4 years ago
eidheim 80cb893f0f Further cleanup of is_token_char 4 years ago
eidheim 91c1d2716d Cleanup of Source::BaseView::is_token_char 4 years ago
eidheim 821b5e845e Updated installation doc: universal-ctags is now an official homebrew package 4 years ago
eidheim d86355b88f Removed unnecessary line 4 years ago
eidheim 1f5973b5ff No longer shows prettier missing message in terminal when opening for instance preferences 4 years ago
eidheim 0a989504db Fixed complete insertion of dollar signs in generic views 4 years ago
eidheim ce99fe4f4b Added dialog icons and added rounded edges on message dialog 4 years ago
eidheim 2305dfb42b Reshow Rust and rust-analyzer dialogs if installation was cancelled 4 years ago
eidheim 9e534f053d Improved spellcheck inside '' 4 years ago
eidheim bc743b4a47 Language server on MSYS2: fixed URIs for Windows paths 4 years ago
eidheim dc57a8749c Added version_compare and adds parallel to default value in preference item project.cmake.compile_command 4 years ago
eidheim da8b1f7f98 Minor cleanup of rustup PATH modification 4 years ago