mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 04:05:55 +03:00
[GH-ISSUE #90] RegEx-Test - dialog box - result is transferred but then ignored #88
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BaWue on GitHub (Sep 10, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/90
Originally assigned to: @clechasseur on GitHub.
Just discovered another glitch with the RegEx-Testing-dialog box.
Suppose I have a custom command in Expert Mode consisting of two elements:
Now I'm not satisfied with this RegEx and click the "Test ..." button bringing up the "Regular Expression Testing" dialog box, and after fiddling around with the RegEx I end up with:
Regular expression: "b"
Replacement expression: "y"
Ignore case: yes
Clicking "OK" in the "Regular Expression Testing" dialog box transfers the Regular expression "b" and the Replacement expression "y" into the "Custom Command (Expert Mode)" dialog box as expected:
Clicking now "OK" in the "Custom Command (Expert Mode)" dialog box and after that "Edit ...", changing to "Expert Mode" and selecting the "Find / Replace Using Regular Expressions" element shows that the old values for Regular expression "a" and Replacement expression "x" are still active and the RegEx-values have not been changed to "b" and "y".
Running on Windows 10 Enterprise / 64, Version 1709, Build 16299.1268
@clechasseur commented on GitHub (Sep 10, 2019):
Confirmed. I think I know what's going on too.
@clechasseur commented on GitHub (Sep 11, 2019):
Before this is fixed, a workaround is to edit the regex and replacement expressions post-transfer (any edit will do).
@clechasseur commented on GitHub (Sep 19, 2019):
Fixed in
master, will be part of the next 17.x release.