Community
Participate
Working Groups
In order to implement Mylyn's commit message proposals/templates in egit [0] some sort of API is required on the egit end. [0] https://bugs.eclipse.org/bugs/show_bug.cgi?id=306001#c4
Created attachment 182459 [details] ICommitDialogProposal interface
Created attachment 182460 [details] mylyn/context/zip
If a service instance of type ICommitDialogProposal is found in the OSGi service registry by org.eclipse.egit.ui, it gets used to pre-format the CommitDialog in the CommitActionHandler class. If no ICDP can be retrieved, no proposal will be given. A (mylyn) consumer for this service can be found at Github [0]. [0] https://github.com/lemmy/mylyn-git