2990 Commits (6ae1680438827a89a90700c96c788fe81f66d560)
 

Author SHA1 Message Date
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
eidheim 4f9b3c5940 Fixed grep command: always show filename, even when folder contains only one file 5 years ago
eidheim dae81957aa Updated tiny-process-library submodule 5 years ago
eidheim 6d245cc02a v1.6.2 5 years ago
eidheim dd9500da2a Updated libclangmm submodule 5 years ago
eidheim 4476df8b29 Updated minimum required cmake version 5 years ago
eidheim 1722d1288a Fixed prettier error messages with ansi colors, and now add link tag to prettier error links 5 years ago
eidheim e3f294f5c8 Slight improvement to find_close_symbol_forward and find_open_symbol_backward 5 years ago
eidheim 60e6730b78 Improved support for non-ascii symbol names 5 years ago
eidheim b59d4befe6 Fixed markup on ctags results 5 years ago
eidheim 3498b4bf82 Fixes LanguageManager::guess_language calls in certain circumstances: use filename as argument instead of entire path 5 years ago
eidheim 88b4900e35 Added menu item Open With Default Application to right click directory menus 5 years ago
eidheim d8902c25f3 Removed unnecessary newline 5 years ago
Jørgen Lien Sellæg f8301c2648 remove unnecessary space 5 years ago
Jørgen Lien Sellæg d96121fa5a update to multiline echo and set shebangs to /bin/sh 5 years ago
Jørgen Lien Sellæg 67289736f9 update docs to use sh instead of bash and add chmod for glsl 5 years ago
Jørgen Lien Sellæg a89a965a80 add support for glsl shaders closes #439 5 years ago
eidheim 04b5aace73 Fixes #440: segmentation fault when running regex on very long lines. Also minor cleanup of Terminall::find_link, and added extra Termina::find_link tests. 5 years ago
eidheim 2074b03b7a Added Posix file link tagging to terminal 5 years ago
eidheim 9c726eaee3 Merge branch 'update-docs' of https://gitlab.com/cppit/jucipp 5 years ago
eidheim 25ce06b79c Added missing try around boost::property_tree::read_json call 5 years ago
Jørgen Lien Sellæg 5d1cd3282a add root hint to docs 5 years ago
eidheim 06d9854e15 Make terminal link tag higher priority than colored tags 5 years ago
eidheim b24113ae56 Improved terminal link tagging of Node.js error output 5 years ago
eidheim 9c0685cb01 No longer scroll terminal to botton when for instance running prettier or clang-format 5 years ago
eidheim 3c726f52da Formatting cleanup 5 years ago
Jørgen Lien Sellæg d518aab030 update lambdas to new format 5 years ago
Jørgen Lien Sellæg 6d40ecd8cc remove unnecessary else statement 5 years ago
Jørgen Lien Sellæg 007785a74d remove documentation about code style as it is no longer practise 5 years ago
Jørgen Lien Sellæg 889c80de70 add ci step to catch lint errors 5 years ago
Jørgen Lien Sellæg ead0a8c8b6 fix formatting in tooltips test 5 years ago
Jørgen Lien Sellæg 0a2f52f044 use if statement instead of ternary operator 5 years ago
Jørgen Lien Sellæg 946052c2a8 format raw strings 5 years ago
Jørgen Lien Sellæg bca93a62dc use correct format on certain parts 5 years ago
eidheim 4a76c6114f No longer adds semicolon after lambda expressions that are passed as arguments 5 years ago
eidheim f3d76e08ae Improved handling of enter after { at beginning of lambda expressions that are arguments 5 years ago
eidheim 19887dff27 Fixes #438: improved detection and handling of closing curly bracket in special circumstances 5 years ago
eidheim 64b67eedde Can now paste in terminal 5 years ago
eidheim 7e44c26615 Fix CI failure 5 years ago
eidheim 161b26aefa Cleanup of language client json parsing code 5 years ago
eidheim 85b19da51b Added include fixits for C warnings beginning with: implicitly declaring library function 5 years ago
eidheim 3124fa7fa3 Added suggestion to restart juCi++ on libclang completion failure 5 years ago
eidheim e67799eec3 Added and made use of gray color in terminal. Also made all error messages red. 5 years ago
eidheim b8f513fdff Simplified default python command 5 years ago
eidheim 7be97ad465 Minor cleanup of build valid checks 5 years ago
eidheim e1bcc080ef Added colors to exit status 5 years ago