Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add DuplicateCustomAction( #1632) #1634

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

Open
heartacker wants to merge 3 commits into sourcegit-scm:develop
base: develop
Choose a base branch
Loading
from heartacker:heartacker/issue1632

Conversation

Copy link
Contributor

@heartacker heartacker commented Jul 29, 2025

No description provided.

Copy link
Contributor Author

goran-w and heartacker reacted with thumbs up emoji

@heartacker heartacker force-pushed the heartacker/issue1632 branch 4 times, most recently from 2859641 to 9d70904 Compare July 30, 2025 06:57
Copy link
Contributor

goran-w commented Aug 4, 2025

NOTE: A similar request (for a way to Clone a Custom Action) was recently brought up in this Discussion: #1479

Copy link
Contributor

goran-w commented Sep 4, 2025

@love-linger, @heartacker - This is an excellent (and very simple / straight-forward) feature which deserves merging ASAP.

However, it's so great that we should have the same feature for Issue Tracker rules (and Commit Template items) as well! 😉

{
var act = new CustomAction(baseAct)
{
Name = baseAct.Name + "(Duplicated)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest something like this (to match Windows Explorer behaviour), but use localizable string "{0} - Copy":

Suggested change
Name = baseAct.Name + "(Duplicated)"
Name = baseAct.Name + " - Copy"

goran-w reacted with thumbs up emoji

var action = new Models.CustomAction(SelectedCustomAction)
{
Name = SelectedCustomAction.Name + "(Duplicated)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

goran-w reacted with thumbs up emoji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
1 more reviewer

@Mingun Mingun Mingun left review comments

Reviewers whose approvals may not affect merge requirements
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /