ExtensionPoint for CommitDialog? [message #638612] |
Thu, 11 November 2010 14:07  |
Eclipse User |
|
|
|
Hi there,
I'm looking for an extension point that allows me to hook into the CommitDialog. An ideal interface will provide me the following information and action (after the commit button has been pressed):
- the commit message
- all files that have to be committed
- giving me the possibility to still cancel the commit. (I have additional logic - if some underlying conditions do not hold, I want to tell this the user and to cancel the commit action).
Something like the Subversice provided extension point (but hopefully better):
Subversive extension point: org.eclipse.team.svn.ui.commit
Information: http://www.eclipse.org/subversive/documentation/gettingStart ed/aboutSubversive/extensions.php
public interface ICommitActionFactory {...}
Is this maybe already possible and I only have missed something?
Cheers Adrian
|
|
|
|
Powered by
FUDForum. Page generated in 0.07890 seconds