[kate] [Bug 503414] "Highlight" LSP action should be ran by default and highlight occurrences
https://bugs.kde.org/show_bug.cgi?id=503414 Christoph Cullmann changed: What|Removed |Added Version Fixed In||25.08.0 -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 503414] "Highlight" LSP action should be ran by default and highlight occurrences
https://bugs.kde.org/show_bug.cgi?id=503414 Christoph Cullmann changed: What|Removed |Added Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util |ities/kate/-/commit/2650a5e |ities/kate/-/commit/07766ee |6b02f9524e9c17c77fe7d7832f5 |a234a416069881034c1b98ae135 |acbb21 |a89def --- Comment #7 from Christoph Cullmann --- Git commit 07766eea234a416069881034c1b98ae135a89def by Christoph Cullmann. Committed on 05/07/2025 at 20:38. Pushed by cullmann into branch 'release/25.08'. Automatically highlight symbol under cursor Instead of explicit command to get all highlights of the symbol under the cursor this send these requests to LSP automatically in background. Added Next/Previous actions simplify researching the code by allowing quickly jump around symbol usages. (cherry picked from commit 2650a5e6b02f9524e9c17c77fe7d7832f5acbb21) a998fb6a Automatically highlight symbol under cursor d212be0f Minor cleanup 6d62d5f7 Cleaned redundant null checks 770dfd49 Use LSP results as a current word 1f0cae23 Added configuration for enabling symbol highlighting db79ace8 Removed unnecessary QPointer e114d46e Remove all highlights when text is selected Co-authored-by: Yuri Timenkov M +1-0addons/lspclient/CMakeLists.txt M +3-0addons/lspclient/lspclientconfigpage.cpp M +3-0addons/lspclient/lspclientplugin.cpp M +1-0addons/lspclient/lspclientplugin.h M +9-1addons/lspclient/lspclientpluginview.cpp A +157 -0addons/lspclient/lspclientsymbolhighlighter.cpp [License: MIT] A +60 -0addons/lspclient/lspclientsymbolhighlighter.h [License: MIT] M +30 -23 addons/lspclient/lspconfigwidget.ui https://invent.kde.org/utilities/kate/-/commit/07766eea234a416069881034c1b98ae135a89def -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 503414] "Highlight" LSP action should be ran by default and highlight occurrences
https://bugs.kde.org/show_bug.cgi?id=503414 Christoph Cullmann changed: What|Removed |Added Latest Commit||https://invent.kde.org/util ||ities/kate/-/commit/2650a5e ||6b02f9524e9c17c77fe7d7832f5 ||acbb21 Resolution|--- |FIXED Status|ASSIGNED|RESOLVED --- Comment #6 from Christoph Cullmann --- Git commit 2650a5e6b02f9524e9c17c77fe7d7832f5acbb21 by Christoph Cullmann, on behalf of Yuri Timenkov. Committed on 05/07/2025 at 08:21. Pushed by cullmann into branch 'master'. Automatically highlight symbol under cursor Instead of explicit command to get all highlights of the symbol under the cursor this send these requests to LSP automatically in background. Added Next/Previous actions simplify researching the code by allowing quickly jump around symbol usages. M +1-0addons/lspclient/CMakeLists.txt M +3-0addons/lspclient/lspclientconfigpage.cpp M +3-0addons/lspclient/lspclientplugin.cpp M +1-0addons/lspclient/lspclientplugin.h M +9-1addons/lspclient/lspclientpluginview.cpp A +157 -0addons/lspclient/lspclientsymbolhighlighter.cpp [License: MIT] A +60 -0addons/lspclient/lspclientsymbolhighlighter.h [License: MIT] M +30 -23 addons/lspclient/lspconfigwidget.ui https://invent.kde.org/utilities/kate/-/commit/2650a5e6b02f9524e9c17c77fe7d7832f5acbb21 -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 503414] "Highlight" LSP action should be ran by default and highlight occurrences
https://bugs.kde.org/show_bug.cgi?id=503414 John Kizer changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED|ASSIGNED --- Comment #5 from John Kizer --- Switching status as this has an actively-working merge request in discussion :-) -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 503414] "Highlight" LSP action should be ran by default and highlight occurrences
https://bugs.kde.org/show_bug.cgi?id=503414 John Kizer changed: What|Removed |Added CC||[email protected] --- Comment #4 from John Kizer --- (In reply to Yuri Timenkov from comment #3) > Prepared a merge request: > https://invent.kde.org/utilities/kate/-/merge_requests/1780 Awesome! Just for reference, if you add "BUG: 503414" to the commit message and merge request descriptions, then this bug report should then get automatically updated based on the status of that merge request as well :-) -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 503414] "Highlight" LSP action should be ran by default and highlight occurrences
https://bugs.kde.org/show_bug.cgi?id=503414 --- Comment #3 from Yuri Timenkov --- Prepared a merge request: https://invent.kde.org/utilities/kate/-/merge_requests/1780 -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 503414] "Highlight" LSP action should be ran by default and highlight occurrences
https://bugs.kde.org/show_bug.cgi?id=503414 --- Comment #2 from Yuri Timenkov --- > Are you interested to contribute on that? Why not? :) I have very little capacity left after life and work, but will try. -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 503414] "Highlight" LSP action should be ran by default and highlight occurrences
https://bugs.kde.org/show_bug.cgi?id=503414 Christoph Cullmann changed: What|Removed |Added CC||[email protected] --- Comment #1 from Christoph Cullmann --- That sounds like an interesting improvement. Are you interested to contribute on that? -- You are receiving this mail because: You are watching all bug changes.
