2873 Commits (20530fab7e973b3ed95bf09586140d07ab3775f4)
 

Author SHA1 Message Date
eidheim 20530fab7e Made it possible to enable dark MacOS titlebar through the C definition MACOS_DARK_TITLEBAR 3 years ago
eidheim 0ecf381ab5 Added code, although deactivated currently, to make title bar dark in MacOS 3 years ago
eidheim 1f2aef713d Fixed setting icon on MacOS 3 years ago
eidheim 5f26ec870e Corrected placement of tooltips 3 years ago
eidheim b8bda75048 Added instructions on how to use the pyright language server 3 years ago
eidheim 692f3de1f0 v1.7.2 3 years ago
eidheim bd930063c2 Fixed Project::CMakeBuild::is_valid for MSYS2 3 years ago
eidheim 69442af3e9 Added fstream include to filesystem.hpp as suggested in https://gitlab.com/cppit/jucipp/-/issues/453 to fix FreeBSD compilation 3 years ago
eidheim 5611ff5b21 Ignore arguments in compile commands after and including -- 3 years ago
eidheim 847dcbf424 Merge branch 'stop-ignoring-some-compile-commands' of https://gitlab.com/cppit/jucipp 3 years ago
eidheim 729c783d69 Updated libclangmm 3 years ago
eidheim d703454f5f C/C++: create build folder, if not already created, prior to getting run arguments in order to extract executable from build 3 years ago
Jørgen Lien Sellæg 99388cc472 fixes #452. I don't know why the compile commands insterts these? 3 years ago
eidheim de242f310b Minor cleanup of CMake::get_executable 3 years ago
eidheim 350da301ec Cleanup and slight improvement of cmake_file_api code 3 years ago
eidheim 9ee1d4dade Merge branch 'cmake_file_api' of https://gitlab.com/doe300/jucipp 3 years ago
doe300 d9fc483332 Add missing headers required for GCC 11 compilation 4 years ago
doe300 6c4de943ec Use CMake file API to find executables for source file 4 years ago
Jørgen Lien Sellæg 24ff43d654 add svelte files 4 years ago
eidheim d9db8cb2f8 Temporarily disable warnings as errors due to GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329 4 years ago
Jørgen Sverre Lien Sellæg e81b8f78b4 use space before comment 4 years ago
Jørgen Sverre Lien Sellæg 8f3761cb7a update license 4 years ago
eidheim a8021a1865 Minor cleanup of Source::guess_language 4 years ago
doe300 a07a4605ca Add support for Groovy language and Jenkins files 4 years ago
eidheim 90af1f14cf Slightly safer Natural::compare() 4 years ago
eidheim 103e5519bc Added natural sort to Find File 4 years ago
eidheim 625cecd305 Updated tiny-process-library submodule 4 years ago
eidheim 3e1eca11fc Improved build error messages 4 years ago
eidheim ec1d82e59b Fixed lldb_test on MacOS 4 years ago
eidheim 577c832a61 Update libclangmm 4 years ago
eidheim ae669bfcdf Slightly improved C++ include fixits 4 years ago
eidheim 3b0412e870 Fixed deadlock when inserting snippets when using autocomplete keys 4 years ago
eidheim 42b3f00980 Added extra checks for valid CMake builds, and fixed previous check for correct project path in CMakeCache.txt 4 years ago
eidheim 686649e67d Dollar sign now adds dollar signs around selected text in latex buffers 4 years ago
eidheim 77cab2ccbe Updated libclangmm 4 years ago
eidheim 485a7f5eb2 Fixed latexindent selection formatting 4 years ago
eidheim d3d54b48b6 Added -m switch to latexindent 4 years ago
eidheim fedb5c2c96 Added support for latexindent 4 years ago
vazub 58abd35e4e NetBSD build instructions 4 years ago
vazub 8d03762695 Build for NetBSD and include proper RPATH 4 years ago
eidheim 228056820e Language protocol: no longer show tooltips when no completion is selected 4 years ago
eidheim eb4b1eaf8c Language client: cleanup of client capabilities 4 years ago
eidheim 00a696d19c Language client: now supports multiple declarations and type declarations 4 years ago
eidheim 56a655f096 Changed preference item source.cleanup_whitespace_characters into two seperate items: add_missing_newline_at_end_of_file_on_save and remove_trailing_whitespace_characters_on_save 4 years ago
eidheim 0a3102f13e Language client: added pyright workarounds 4 years ago
eidheim cf695def6a Added yapf style format for python files when not using language server or when language server does not support style formatting, and no longer use ranged formatting on save 4 years ago
eidheim 1a1cffb039 Minor fix to toggle zen mode 4 years ago
eidheim 85f40a76d2 Language client: removed unecessary event flush 4 years ago
eidheim aed4e5723a Language client: added workaround for pyright, and cleanup of rename(). Also added log mutex for cleaner log output. 4 years ago
eidheim be5c8228d5 Language client: various cleanups 4 years ago