-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different behavior when search two same words in only one row #2867
Conversation
Search must wrap back as it does when there are multiple lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work well, it should also work for find previous as well
@Tyriar do you mean if we hit the beginning(column 0) with find previous we must wrap again to the end of the column or last search selection? |
wrap back search selection to last selected result when we hit top
handle wrap back with find previous
Let me know if any other changes are required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great thanks 🙂
Fixes #2840. We must wrap back search to 0th column if we have a
currentSelection
. @Tyriar let me know if any further changes are required.