-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Keep the history of find and replace strings #18735
Comments
Also, If the editor automatically replaces the search string with the word under cursor, |
You can use alt+up/down to navigate the search string history and get back the replaced one. |
Thanks for that. This comment is still valid
|
Also, alt+up, alt+down does not work for replace string input box, this works only for search input box |
I usually have some complex wildcards in "files to include" and/or "files to exclude" fields and it's very annoying that these fields don't have some sort of history, too. 😭 |
@smuuf We recently implemented history navigation for Only field to be supported is |
@sandy081 Yes, I believe that in the latest stable Which is really cool. :) Thank you, guys. |
Duplicate of #18233 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Version 1.9.0-insider
Commit 39d761b
Date 2017-01-18T07:21:35.814Z
Shell 1.4.6
Renderer 53.0.2785.143
Node 6.5.0
Ubuntu 14.04
Steps to Reproduce:
ctrl+f
. Your earlier search string is gone. You need to retype the whole search string & replace strings.Like notepad++, you should have the ability to select previous search strings & replace strings. Otherwise, all complex regex you write for both search & replace strings are screwed as soon as you click in the wrong area and open the find dialog.
Currently
up
&down
arrow move the cursor to the start & end of the search string, but they should be mapped to navigate search/replace string historyThe text was updated successfully, but these errors were encountered: