Java Eclipse plugin Development - Save all project's files programmatically
- by Tomerico
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:
Any help will be greatly appreciate.