1733 Commits (c2bd1615958a7f32bdaff1d2ce519cde041d0bbc)

Author SHA1 Message Date
Jørgen Lien Sellæg c2bd161595 update get home path and test 5 years ago
Jørgen Lien Sellæg acd1423a48 add getters for xdg directories 5 years ago
Jørgen Lien Sellæg a3908b6e6c make string const 5 years ago
Jørgen Lien Sellæg e0b73151a9 move config to new location if it exists 5 years ago
Jørgen Lien Sellæg 33415c5100 fix wrong path being created 5 years ago
Jørgen Lien Sellæg c2ac5eb78d set config file if xdg is used 5 years ago
Jørgen Lien Sellæg 407ea7f735 move config file and make file name a member of config 5 years ago
Jørgen Lien Sellæg ce66af2aef support xdg directory specification 5 years ago
Jørgen Lien Sellæg 86e364484a remove unused member 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
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 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
Jørgen Lien Sellæg f8301c2648 remove unnecessary space 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 25ce06b79c Added missing try around boost::property_tree::read_json call 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 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 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