[konsole] [Bug 376995] Reversed search is checked (enabled) by default in incremental search bar which is confusing
Maciej Mrozowski
bugzilla_noreply at kde.org
Mon Feb 27 22:54:53 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=376995
Maciej Mrozowski <reavertm at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Swapped [Next] and |Reversed search is checked
|[Previous] labels when |(enabled) by default in
|searching scrollback |incremental search bar
|history |which is confusing
Severity|normal |minor
--- Comment #1 from Maciej Mrozowski <reavertm at gmail.com> ---
Actually, when looking at the code:
https://cgit.kde.org/konsole.git/tree/src/IncrementalSearchBar.cpp?h=v16.12.2
I found that there is _reverseSearch button and that it is checked.
Why is it checked by default?
_reverseSearch = optionsMenu->addAction(i18n("Search backwards"));
_reverseSearch->setCheckable(true);
_reverseSearch->setToolTip(i18n("Sets whether search should start from the
bottom"));
_reverseSearch->setChecked(true);
This is most confusing...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list