Skip to content
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

Keeping find input value unchanged on replace if find input is active, fixes #41027 #44984

Merged
merged 3 commits into from
Sep 17, 2018

Conversation

liqwid
Copy link
Contributor

@liqwid liqwid commented Mar 3, 2018

Currently when replace action occurs editor text selection replaces find input. That causes problems because regexes get replaced "tes." => "test".
This pull request prevent replacing find input value by editor text selection on replace action when find input is active.

@msftclas
Copy link

msftclas commented Mar 3, 2018

CLA assistant check
All CLA requirements met.

@rebornix
Copy link
Member

@liqwid thanks for your help, it looks great!

@liqwid
Copy link
Contributor Author

liqwid commented Sep 17, 2018

Awesome! thanks for merging, regexes rule 👍  

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants