2872 Commits (0ecf381ab52898908f5ed45fe317e3ddd6e7e4af)
 

Author SHA1 Message Date
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
eidheim 404490243e Minor terminal cleanup 5 years ago
eidheim 7bf9752200 Added colors to terminal warnings and errors 5 years ago
eidheim 727d9c1c0c Fixes #431: can now cancel creating/updating build folder 5 years ago
eidheim 446b2c3b5b Fixes #429: now outputs a more informative error message when project folder has been moved and the build folder no longer contains a valid build 5 years ago
eidheim 3761b9b0bc Cleanup of preferences: enable_clang_tidy changed to clang_tidy_enable, and enable_clang_detailed_preprocessing_record changed to clang_detailed_preprocessing_record 5 years ago
eidheim 452b40d82a Added preference option to enable detailed preprocessing record when parsing C/C++ buffers 5 years ago
eidheim 8284194db0 Build messages are now shown while build is created/updated 5 years ago
eidheim 4a1f88590a v1.6.1 5 years ago
eidheim 9223fb2132 Updated libclangmm submodule 5 years ago
eidheim ed82f60ceb Language client: now calls every handler on close, fixing a potential freeze where thread in thread_pool never would return 5 years ago
eidheim b1d1762199 Language client: added workaround for rust analyzer that does not properly report diagnostics without checkOnSave enabled. Request ids now starts at 0, and made preparations for creating responses toserver requests 5 years ago
eidheim ed292c8c89 C/C++: corrected reparse after autocomplete error 5 years ago
eidheim e2425484e9 Added further checks on cursor types before attempting to get debug value 5 years ago
eidheim 92b76420d2 Get correct cursor parent when finding debug value from expression 5 years ago
eidheim 41bead3e50 In order to find executable, create default build if missing, prior to creating debug build 5 years ago
eidheim ac6b501d82 Fixes destruction of already freed memory that was identified by address sanitizer 5 years ago
eidheim f48ccf9a5b Updated CPACK_PACKAGE_DESCRIPTION_SUMMARY 5 years ago
eidheim 74fe6e421f Meson: now reads build/meson-info/intro-targets.json available in newer meson versions 5 years ago