-
Notifications
You must be signed in to change notification settings - Fork 6.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
[PowerRename] - Detect when pattern matching is used and suggest checking "match all" #1002
Comments
Isn’t the match all option meant for matching all occurrences of the pattern? |
Without that option enabled, the feature doesn’t work. Either a bug there or label is messed up. |
In 14.1, it only returns first instance. That is with/without regex enabled. The reason why you are able to do the more complex $1 and $2 is due to regex's pattern matching once that option is enabled. |
Match All Occurrences doesn't make sense in scenarios such as #4011 |
Fixed in 0.19.0, please visit https://github.com/microsoft/PowerToys/releases/ for the latest release |
due to #980 and #881, it may be helpful to inform user that they may need to enable 'match all' if we detect pattern matching like $1, $2 in the replace text box
The text was updated successfully, but these errors were encountered: