You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
If the search bar is showing and I hit Cmd-F, going to the next occurance of my search term is good.
But if the search bar is hidden and I hit Cmd-F and it executes the last remembered search, it could take me a thousand lines away from where I'd wanted to start my search. So now I have to search for the line I started at instead of the text I'm trying to find.
Adding insult to injury, if I clear out the text in the search bar, close the search bar, go back to where I started, and hit Cmd-F again, it restores the search that I deliberately cleared and jumps 1000 lines down the file.
Recommended behaviors (some of which work and some do not):
If search bar is closed and I hit Cmd-F, open the search bar, focus on the search text and give me the opportunity to edit it instead of immediately executing the search.
Cmd-F only executes the search if the searchbar is open; which after completing behavior 1 will be the case.
Hitting Enter within the searchbar can also be used to reexecute the current search text
Typing something will replace (or be added to) the current search, and the search will execute as I type STARTING FROM WHERE I WAS WHEN FIRST OPENNING THE SEARCH BAR!
If I clear the searchbar text, that should be remembered.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the search bar is showing and I hit Cmd-F, going to the next occurance of my search term is good.
But if the search bar is hidden and I hit Cmd-F and it executes the last remembered search, it could take me a thousand lines away from where I'd wanted to start my search. So now I have to search for the line I started at instead of the text I'm trying to find.
Adding insult to injury, if I clear out the text in the search bar, close the search bar, go back to where I started, and hit Cmd-F again, it restores the search that I deliberately cleared and jumps 1000 lines down the file.
Recommended behaviors (some of which work and some do not):
The text was updated successfully, but these errors were encountered: