[konsole] [Bug 303485] provide option "no wrap" on search
Kurt Hindenburg
bugzilla_noreply at kde.org
Sat Apr 13 01:18:47 BST 2024
https://bugs.kde.org/show_bug.cgi?id=303485
Kurt Hindenburg <khindenburg at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Latest Commit| |https://invent.kde.org/util
| |ities/konsole/-/commit/f130
| |8b70774a17d3f745d39bbaaec45
| |aeaca00cc
Resolution|--- |FIXED
--- Comment #2 from Kurt Hindenburg <khindenburg at kde.org> ---
Git commit f1308b70774a17d3f745d39bbaaec45aeaca00cc by Kurt Hindenburg, on
behalf of João Gouveia.
Committed on 13/04/2024 at 00:18.
Pushed by hindenburg into branch 'master'.
Add "No wrap" setting to search options
In some scenarios, users don't want to start a search again from the
top when they reach the end of the contents being searched. However,
if the contents are too large, it can be difficult to notice when
such jumping occurs. This commit aims to address this by adding an
option that disables the automatic wrapping in searches.
M +26 -4 src/SearchHistoryTask.cpp
M +6 -0 src/SearchHistoryTask.h
M +15 -6 src/session/SessionController.cpp
M +2 -1 src/session/SessionController.h
M +19 -3 src/settings/GeneralSettings.ui
M +5 -0 src/settings/konsole.kcfg
M +10 -1 src/widgets/IncrementalSearchBar.cpp
M +8 -0 src/widgets/IncrementalSearchBar.h
https://invent.kde.org/utilities/konsole/-/commit/f1308b70774a17d3f745d39bbaaec45aeaca00cc
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list