Adding options in the "Show Commit Options"
Answered
How can I add a separator and my own options in the "Show Commit Options"?
Please sign in to leave a comment.
Entries to “Commit Checks” group can be added via
com.intellij.openapi.vcs.checkin.CheckinHandlerFactory
registered incom.intellij.checkinHandlerFactory
extension point. See https://plugins.jetbrains.com/docs/intellij/explore-api.html on how to find samples.