-
Notifications
You must be signed in to change notification settings - Fork 192
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
Roll back for the Search and Replace #259
Comments
That's naively put: with very simple text files that may work but, although conceptually it seems to make sense, the inverse replacement is not the inverse operation. Some examples which show how the heuristics is fragile:
|
yes, I believe it a a great new function. Must be implemented. The idea will be improved over time. But it is a step forward. thanks |
hello. Can I make roll back for a Replace I just made?
I believe can be a simple way to do a roll back in GrepWin. The program must remember the search and replace I made, and inverse them for a new Replace.
For example
SEARCH:
This terms
REPLACE:
My story
GrepWin will remember this replace, and for roll back will invers and run automatically the inverse replacement:
SEARCH:
My story
REPLACE:
This terms
The text was updated successfully, but these errors were encountered: