https://bugs.kde.org/show_bug.cgi?id=302284
Kurt Hindenburg <khindenb...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/util | |ities/konsole/-/commit/e389 | |807d55060ef086722ea49d8b36d | |6264c8ebb Resolution|--- |FIXED --- Comment #4 from Kurt Hindenburg <khindenb...@kde.org> --- Git commit e389807d55060ef086722ea49d8b36d6264c8ebb by Kurt Hindenburg, on behalf of Ujjwal Shekhawat. Committed on 20/02/2025 at 01:14. Pushed by hindenburg into branch 'master'. Implement scrollbar highlighting for search results This PR introduces a feature to highlight the position of search results on the scrollbar, similar to how search results are highlighted in browsers like Google Chrome, editors like VSCode. The aim is to provide users with a visual indicator on the scrollbar, helping them quickly navigate through the results. M +29 -0 src/SearchHistoryTask.cpp M +3 -0 src/SearchHistoryTask.h M +2 -0 src/profile/Profile.cpp M +4 -0 src/profile/Profile.h M +5 -0 src/session/SessionController.cpp M +2 -0 src/terminalDisplay/TerminalDisplay.cpp M +66 -2 src/terminalDisplay/TerminalScrollBar.cpp M +13 -0 src/terminalDisplay/TerminalScrollBar.h M +18 -0 src/widgets/EditProfileDialog.cpp M +3 -0 src/widgets/EditProfileDialog.h M +139 -100 src/widgets/EditProfileScrollingPage.ui https://invent.kde.org/utilities/konsole/-/commit/e389807d55060ef086722ea49d8b36d6264c8ebb -- You are receiving this mail because: You are watching all bug changes.