2693 Commits (218f98f9c29f9dde8b8df1fa693d17d5446d81bc)
 

Author SHA1 Message Date
eidheim 218f98f9c2 Now makes sure build directory is created before building and debugging rust programs 5 years ago
eidheim 485c68f6ea Fixed Open With Default Application menu item in directory view for file paths with special characters 5 years ago
eidheim b3b4cf71d9 Fixed potential crash on directory update when trying to colorize a deleted folder 5 years ago
eidheim 3b07c7b66b Updated libclangmm 5 years ago
eidheim 59aa74afb3 Fixed test on MSYS2 5 years ago
eidheim ddaca98476 Made filesystem methods thread safe 5 years ago
eidheim 955e1558f2 Let theme decide if tree lines should be enabled in directories view 5 years ago
eidheim 9a463dc9d7 Added cancel dialog if grep or ctags processes exceed 10 seconds 5 years ago
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