Can I add an action to the 'Commit Changes Dialog'
已回答
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
请先登录再写评论。
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.