2835 Commits (58abd35e4eb264e81bd799c8814dc63d570b5d18)
 

Author SHA1 Message Date
eidheim e59cb70467 v1.6.3 5 years ago
eidheim 7808ec6746 Updated libclangmm submodule 5 years ago
eidheim 18aca81cf6 Added undefined-sanitizer job to CI 5 years ago
eidheim dc9177e97e Fixed a thread sanitizer warning in LanguageProtocol::Client destructor 5 years ago
eidheim 0a76fab5b2 Added platform specific instructions for installing prettier 5 years ago
eidheim 38b92a54af Added Window menu items Toggle Directories, Toggle Terminal and Toggle Menu 5 years ago
eidheim a684e9995e Added .prettierrc and applied style format on markdown files 5 years ago
eidheim 3a8385a9c6 Added test for filesystem::get_current_path() 5 years ago
eidheim 69065d25c0 Added prettier installation instructions message when prettier executable is not found 5 years ago
eidheim 98354766e7 Fixed ctags_grep_test 5 years ago
eidheim eefe86f2b2 Cleanup of dialog source/header files 5 years ago
eidheim 076ee4d7cf No longer resolves symbolic links when finding current path 5 years ago
eidheim d2a5d81b59 Made project name terminal output bold on creating new C/C++ project 5 years ago
eidheim f709c31ec3 Language client, rename: now open, rename, save and close unopened buffers (as seems to be necessary for some language servers) 5 years ago
eidheim cd6af96e0e Find Symbol now always uses ctags 5 years ago
eidheim 61caf12e82 Improved and simplified folder exclusion for grep and ctags 5 years ago
eidheim 454fe03fb4 Cleanup for terminal messages 5 years ago
eidheim c7da9c4977 Corrected typo in language server installation instructions 5 years ago
eidheim cdf44cac9a Removed unnecessary line in python language server installation instructions 5 years ago
eidheim 77b60abf07 Added installation instruction outputs upon detecting missing language servers when opening some source file types 5 years ago
eidheim d94024f38d Added comment to Filesystem::find_executable, and slight changed message on created C/C++ project 5 years ago
eidheim 84804a89b7 Made "C/C++ project created" terminal message green 5 years ago
eidheim ab51495012 Now marks clickable URIs in terminal output 5 years ago
eidheim ccd84bd166 Made use of Thread Safety Analysis EXCLUDES to avoid deadlocks in the future 5 years ago
eidheim 92b7cbdb2b Callback of Terminal::get().async_process is now run in the main thread 5 years ago
eidheim cf9758b19f Related to #444: on executing command on for instance Linux, make sure symbolic links are not resolved 5 years ago
eidheim f03a223383 Relted to #444: added Linux specific line buffering on async processes 5 years ago
eidheim 979ae41520 Fixes #444: stdout is now line buffered when running commands 5 years ago
eidheim 1a93e3fdf6 LanguageClient: added support for CodeAction response with edit.documentChanges 5 years ago
eidheim 6dd97e41e6 Added LanguageProtocol::Diagnostic::code 5 years ago
eidheim 28ed5fef60 Slight correction of extend_selection() for markdown code blocks 5 years ago
eidheim ba6ebe8162 Removed redundant check 5 years ago
eidheim 98e89fccec Improved extend selection on markdown code blocks 5 years ago
eidheim 3d2f0810e1 Slight improvement to closing html element insertion 5 years ago
eidheim 1d89eba3e4 Cleanup of Project::LLDB::debug_backtrace() and Project::LLDB::debug_show_variables() 5 years ago
eidheim e08c39967f Debug::LLDB::get_variables no longer prefetch variable values 5 years ago
eidheim 08040b011b Selection dialog now also wraps arround navigation 5 years ago
Andreas Hammer d23a707458 Fixed completion dialog wrap arround navigation 5 years ago
eidheim 2b99c04dce Updated libclangmm submodule 5 years ago
eidheim a02e55e9e1 Added support for Apple M1 5 years ago
eidheim 3b26315623 Fixed debug stop status message for newer liblldb versions 5 years ago
eidheim 64205e2ee9 Improved smart insertions of '' and "" 5 years ago
eidheim 8a8c21543a Fixed potential crash when getting value from debug expression 5 years ago
Jørgen Lien Sellæg 46a5e5dcd8 disable dynamic registration of capabillities 5 years ago
Jørgen Lien Sellæg d4a1f165a8 use ccache if it is installed to speed up development 5 years ago
eidheim 7d1e49559f Fixes #443: added preference item for keeping entry shown after running command 5 years ago
eidheim f853ae9d08 Language client: workaround for buggy language servers that report double equal codeAction edits 5 years ago
eidheim 5d06b6fddd Language client: slightly improved codeAction message where range is set to diagnostic range if only one diagnostic exists 5 years ago
eidheim fa716a5d8c Updated cmake minimum required to 3.1 5 years ago
eidheim 404ac10afa Go to Usage now shows filenames for all rows unless usages are in current file only 5 years ago