Adding options in the "Show Commit Options"

Answered

How can I add a separator and my own options in the "Show Commit Options"?

 

0
1 comment

Entries to “Commit Checks” group can be added via com.intellij.openapi.vcs.checkin.CheckinHandlerFactory registered in com.intellij.checkinHandlerFactory extension point. See https://plugins.jetbrains.com/docs/intellij/explore-api.html on how to find samples.

0

Please sign in to leave a comment.