How do i use - com.intellij.openapi.vcs.ui.CommitMessage Class in my Plugin?
Hello,
I want to use classes under com.intellij.openapi.vcs.ui in my plugin, but in dont see them in openapi-13.1.1.jar?
Any help would be greatly appreciated?
Thanks in advance.
Please sign in to leave a comment.
This class is in idea.jar, not in openapi.jar.
Thank you. Got it