Eclipse script for commit on close?

Posted by Peter Nguyen on Stack Overflow See other posts from Stack Overflow or by Peter Nguyen
Published on 2010-04-03T06:36:05Z Indexed on 2010/04/03 6:43 UTC
Read the original article Hit count: 249

Filed under:
|
|
|

Hi,

I was wondering how to create a Eclipse script (Eclipsemonkey) to commit the current project on closing of Eclipse? You can listen to commands such as "org.eclipse.ui.file.save" (on file save) etc. but what's the command for editor closing? And how can you call a commit action?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about script