How is it possible to custom shelving logic in a VCS plugin
Hi,
I do not see an extension point or interface to provide custom shelve logic for a VCS plugin. It must be possible somehow because you do it with the Perforce plugin. Please advise!
Thanks!
请先登录再写评论。
Hi,
There is no way to add an EP for shelve, but you can provide your own com.intellij.openapi.vcs.changes.CommitExecutor which may perform your 'custom shelve action' from commit dialog -> option action button.