Reputation: 2046
Is there some way to save current workbench state without close the IDE?
It normally is not necessary, but I have already faced, many times, workbench freezes, that make me to kill the eclipse process, and lose all the workbench state (new packages, new imports, ...) I had before.
I would be great if I could flush workbench changes as easy as I save a class, or at least that such flush would take place automatically in times intervals.
Upvotes: 0
Views: 83
Reputation: 111142
There is a 'Workspace Save Interval' configuration in the Eclipse Preferences on the 'General > Workspace' page.
Upvotes: 2