Can I add an action to the 'Commit Changes Dialog'

Answered

I want to add an action to the 'Commit Changes Dialog'. Add another option to the 'commit / create patch / commit and push ' group. But I can't find the group-id. 
Is it possible? 
Are there any example plugins I can look at?

Thanks for any reply!

regards,

Wei Yang Wang

0
1 comment

These actions are implementations of the CommitExecutor interface. If you implement your own VCS integration, you can provide a CommitExecutor in AbstractVcs#getCommitExecutors. Otherwise you may call ChangeListManager.registerCommitExecutor() as it is done e.g. in the CreatePatchCommitExecutor.

0

Please sign in to leave a comment.