Java Eclipse plugin Development - Save all project's files programmatically

Posted by Tomerico on Stack Overflow See other posts from Stack Overflow or by Tomerico
Published on 2010-05-24T13:19:02Z Indexed on 2010/05/24 13:21 UTC
Read the original article Hit count: 373

Filed under:
|
|

I'm developing a plugin for Eclipse. I'd like it to suggest the user to save unsaved resources before running. This is in a similar behavior to how eclipse suggest you to save unsaved files before debugging.

In essence, I would like to open the following dialog:

alt text

Any help will be greatly appreciate.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse