- 29 Jan, 2021 4 commits
-
-
Alexander Lohnau authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
Alexander Lohnau authored
GIT_SILENT
-
Kåre Särs authored
-
Kåre Särs authored
-
- 28 Jan, 2021 7 commits
-
-
-
Move The QThread to QRunnable and QThreadPool. The move was at the end not the most beneficial. Note the removal of msleep() ;)
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Jan Paul Batrina authored
-
Jan Paul Batrina authored
-
- 27 Jan, 2021 2 commits
-
-
Jan Paul Batrina authored
As the connections were previously not unique, renaming e.g a document with 10 duplicate spltit views will result to 10 connections and, consequently, 10 calls to slotSync()
-
Jan Paul Batrina authored
BUG: 412967
-
- 26 Jan, 2021 3 commits
-
-
Current in a #include <some/file.h> if you ctrl + click, you get underline under "some" or "file" and not even "file.h" which makes it look very weird and as if "some" is something else and "file.h" is something else, when infact they form one thing and point to one thing. This change fixes this by expanding the range to include everything between <> or "".
-
-
hololeap authored
This updates to the latest commands for use with Haskell's modern LSP implementation. This has been tested with kate-20.08.3 on my system.
-
- 25 Jan, 2021 4 commits
-
-
Christoph Cullmann authored
-
Reverts commit 5748e432
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
- 24 Jan, 2021 1 commit
-
-
Waqar Ahmed authored
-
- 23 Jan, 2021 5 commits
-
-
Christoph Cullmann authored
-
This change hardcodes color values for variable parameter for some of the themes we have as a special case to provide better highlighting. For the rest we still use the "Variable" text-style.
-
Christoph Cullmann authored
-
Christoph Cullmann authored
-
This change is a second proposal for better semantic highlighting for C++. It can be considered as temporary till we are able to support for new API and till LSPs themselves add proper support for offical semantic tokens. Since we rely on the new API call (theme()), this change will only work for KF > 5.79. BUG: 431014 BUG: 431011
-
- 22 Jan, 2021 3 commits
- 21 Jan, 2021 10 commits
-
-
Christoph Cullmann authored
QRunnable is enough, we use no advanced ThreadWeaver feature
-
Christoph Cullmann authored
-
Kåre Särs authored
-
-
-
-
-
-
-
-
- 20 Jan, 2021 1 commit
-
-