Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » ExtensionPoint for CommitDialog?
ExtensionPoint for CommitDialog? [message #638612] Thu, 11 November 2010 14:07 Go to next message
Eclipse UserFriend
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
Re: ExtensionPoint for CommitDialog? [message #639269 is a reply to message #638612] Mon, 15 November 2010 14:36 Go to previous message
Eclipse UserFriend
At the moment, this isn't possible.

I suggest you file a enhancement request against EGit:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit
Previous Topic:Jgit checkout/commit example.
Next Topic:Is reusing diff editor intentional?
Goto Forum:
  


Current Time: Wed Jul 23 12:42:38 EDT 2025

Powered by FUDForum. Page generated in 0.07890 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top