1873 Commits (d66c8e16d6d5a2c370903354a4ec7c41a7049761)

Author SHA1 Message Date
eidheim cb2bc83044 Extend selection now works on HTML and JSX 5 years ago
eidheim 51c619f4bd Copying from diff buffer now omits + or - at start of lines 5 years ago
eidheim 3b4ef42bd5 Fixed compilation on MSYS2 5 years ago
eidheim c2eff0a40c Fixes #434 : added possibility to add custom commands in menu item juCi++, Commands 5 years ago
eidheim 11a5368ea4 Renamed instances in get() functions to instance 5 years ago
eidheim 81b3b670dc Improved instructions when rust installation is not found 5 years ago
eidheim 36a8515d05 Now also searches for rust-analyzer executable in $PATH 5 years ago
eidheim 4d1f725a0f New Project menu items now also add .gitignore files 5 years ago
eidheim 9579c16193 Added menu item File, New Project, Rust 5 years ago
eidheim 4cd3ee6de2 Added extra lookup for rust-analyzer 5 years ago
eidheim 17a3fb4e2f Fixed rust debug value formatter 5 years ago
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 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 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 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 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 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 3b26315623 Fixed debug stop status message for newer liblldb versions 5 years ago