https://bugs.kde.org/show_bug.cgi?id=506931
Bug ID: 506931
Summary: Repeating the "find selected" action no longer
highlights the original selection
Classification: Frameworks and Libraries
Product: frameworks-ktexteditor
Version First 6.15.0
Reported In:
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When you use "Find selected" (Ctrl+H) to move to the next selection, the
original selection is not highlighted. It becomes so again if we scroll (with
the mouse or via a keyboard shortcut), but it's then the current selection that
will no longer be highlighted.
example ([] represents selection, {} highlighting):
[aa]
{aa}
bb
{aa}
Ctrl+H
aa
[aa]
bb
{aa}
Ctrl+H
aa
{aa}
bb
[aa]
Ctrl+H
[aa]
{aa}
bb
{aa}
Expected: that all "aa" in this example to be highlighted or selected.
--
You are receiving this mail because:
You are watching all bug changes.