mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 04:05:55 +03:00
[GH-ISSUE #98] Insert seperator #97
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#97
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 @geochristof on GitHub (Nov 25, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/98
Originally assigned to: @clechasseur on GitHub.
Hi
When copying paths of multiple files on one line I would like to include a seperator between paths.
So instead of:
C:\Users\geoch_000\Pictures\5.jpg C:\Users\geoch_000\Pictures\6.jpg
I would like this:
C:\Users\geoch_000\Pictures\5.jpg;C:\Users\geoch_000\Pictures\6.jpg
So can the setting screen include the option to include a seperator that we could choose?
Thank you
George
@clechasseur commented on GitHub (Nov 25, 2019):
In fact, we don't need to have more info, I understand the question.
The Settings application doesn't allow it, but under the hood, the extensions supports that. It should be possible to do it by editing the registry directly using regedit.
Key: HKEY_CURRENT_USER\Software\clechasseur\PathCopyCopy
Value: PathsSeparator
Just create/edit this REG_SZ value and set it to whatever you want, like
;.@geochristof commented on GitHub (Nov 26, 2019):
Goodmorning,
Thank you. This solved my problem.
Best regards
George
Στό 25/11/2019 σε 4:53 μμ, Charles Lechasseur notifications@github.com
γραφή:
In fact, we don't need to have more info, I understand the question.
So can the setting screen include the option to include a seperator that we
could choose?
The Settings application doesn't allow it, but under the hood, the extensions
supports that. It should be possible to do it by editing the registry directly
using regedit.
Key: HKEY_CURRENT_USER\Software\clechasseur\PathCopyCopy
Value: PathsSeparator
Just create/edit this REG_SZ value and set it to whatever you want, like ;.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.