2956 Commits (37e5f049d98e5fa1a63fb41f9c3058d0d6894bfb)
 

Author SHA1 Message Date
eidheim 40536fefc8 Updated libclangmm submodule 3 years ago
eidheim 1c82115576 Removed unused variables 3 years ago
eidheim c43b5fff96 Added workaround for the crash described in https://gitlab.gnome.org/GNOME/gtk/-/issues/5593 3 years ago
eidheim 0e4fc91c48 Language client: corrected default workspace/configuration response 3 years ago
eidheim 18f2ebceff Merge https://gitlab.com/cppit/jucipp 3 years ago
eidheim 89efcacb4f Language client: improved support for autocomplete text edits 3 years ago
Jørgen Lien Sellæg fd836b0ecf skip very long lines as they probably arent the correct path and it fixes a crash when the regex match is to big 3 years ago
eidheim 9d902e2354 Made the entry boxes, for instance used in Find, larger 3 years ago
eidheim a7483981bf Directory view: unknown files are now made italic even when not showing a git repository 3 years ago
eidheim 85405c36bc Cleanup of Source::guess_language 3 years ago
eidheim 44e31bc0c4 Merge branch 'bak_in_detection' of https://gitlab.com/doe300/jucipp 3 years ago
eidheim 45c9f5b96d Merge branch 'xml_prologue' of https://gitlab.com/doe300/jucipp 3 years ago
doe300 4307048ed8 Implemented removal of .bak .in file extensions for language detection 3 years ago
doe300 c021fad812 Added detection of XML-derived file types by peeking the file contents 3 years ago
eidheim e9044e386b Language client: now adds diagnostics to codeAction requests, and supports adding configuration responses. Also now uses buffer completions when completion is not provided by server. 3 years ago
eidheim 1e8f4681c5 Updated tiny-process-library submodule 3 years ago
eidheim f212fa5936 Improved newline support for markdown annotated tooltips: two spaces followed by newline will now produce newline within a paragraph 3 years ago
eidheim e2201df1f7 Replaced unnecessary use of get_source_buffer() with get_buffer() 3 years ago
eidheim d11946c75c No longer copies indentation when copying within one line 3 years ago
eidheim 88f8934d32 Updated tiny-process-library submodule 3 years ago
eidheim e40ae4bfef Removed python specific paste() code 3 years ago
eidheim 50291c2fbe Slight cleanup of copy and cut text 3 years ago
eidheim c6d6cfec43 Improved paste indentation by coping or cutting with starting indentation if possible 3 years ago
eidheim c2b824e51e Force newline at end of file on prettier style format 3 years ago
eidheim e566cb8487 Temporary solution to enable prettier plugins: add a file, for instance .prettier-sql, to enable prettier for sql files in that directory and its subdirectories 3 years ago
eidheim d28dcf6f7a Slight improvement of Natural::compare, for instance: t1.txt now comes after t.txt 3 years ago
eidheim 6def62ad21 Added line comment for markdown 3 years ago
eidheim bfbb7a3ab1 Updated tiny-process-library submodule 3 years ago
eidheim d0c0107afc Merge branch 'flatpak' of https://gitlab.com/doe300/jucipp 3 years ago
eidheim 2fe8f1cb46 Fixed llvm 15 crash when trying to parse C header as C++ header in a C project 3 years ago
eidheim bab7e16a90 Temporary fix for llvm 15 where the TranslationUnit cursor kind was changed from 300 to 350 3 years ago
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
doe300 69a30f271d Flatpak, use host system headers and run external programs outside of sandbox 3 years ago
doe300 b9fcb0195b Add flatpak manifest 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