mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #88] Expert mode doesn't keep the sequence #85
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#85
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/88
Originally assigned to: @clechasseur on GitHub.
Thanks for the new Version 17.0.1 and the excellent Expert Mode!
However I got an example custom command in which the Expert Mode forgets about the sequence of elements created using the up an down arrows.
The element sequence in which this occurs consists of 4 elements:
After clicking "OK" and then "Edit ..." again and switching into Expert Mode, the element No. 4: "Find / Replace Using Regular Expressions" has been moved to position 2:
However, if I move the "Find / Replace Using ReEx" element down to position 4 again and add another "Find / Replace Using ReEx" element at the end at position 5, the Expert Mode correctly keeps the sequence after klicking "OK" and "Edit ..." again:
Running on Windows 10 Enterprise / 64, Version 1709, Build 16299.1268
@clechasseur commented on GitHub (Sep 10, 2019):
This is sort of as designed. The problem is that Simple Mode has a standardized element order. When you edit a custom command that is considered "simple" by the Settings app (e.g. it can be represented in Simple Mode), it will open in Simple Mode and the element order will be standardized.
There are a couple of solutions.
I'm not entirely sure what's the best solution yet.
I'll keep this open and flag it as "enhancement".
@clechasseur commented on GitHub (Sep 21, 2019):
Implemented in
master. In version 17.1 and up, the Settings application will remember which edit mode was used for a custom command. Thus, editing it in Expert Mode will reopen it in that mode next time you edit.