mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #175] [BUG] "& in the name"-issue #173
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#173
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 @ZPMU on GitHub (Sep 27, 2023).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/175
Originally assigned to: @clechasseur on GitHub.
Describe the bug
A "&" in the name of a (custom) command will be swallowed when the context menu appears.
A "&&" in the name will be reduced to "&".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For whatever reason this "&"-swallowing happens (suppose it has to do with context menu handling API), it should be hidden from the user. Neither one should be faced with the fact that one has to repeat the "&" in order to let it appear at all; nor one should have to deal with the double "&" of custom command entries when handling them in PCC's windows.
Software (please complete the following information):
@clechasseur commented on GitHub (Sep 28, 2023):
This has been fixed in v20.0, although strangely it wasn't documented in the
HISTORYfile:https://github.com/clechasseur/pathcopycopy/blob/v20.0/PathCopyCopy/src/PathCopyCopyContextMenuExt.cpp#L818-L820
@ZPMU commented on GitHub (Sep 29, 2023):
Thanks anyway!