Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » ExtensionPoint for CommitDialog?
ExtensionPoint for CommitDialog? [message #638612] Thu, 11 November 2010 19:07 Go to next message
staudta is currently offline staudtaFriend
Messages: 17
Registered: August 2010
Junior Member
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 19:36 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
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: Tue Mar 19 07:39:43 GMT 2024

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

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

Back to the top