Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

save eclipse workspace without restarting

*save eclipse workspace without restarting *

Perhaps you've had this happen:

You customize your eclipse workspace and get it just right... then OS updates happen and the system reboots... during reboot eclipse gets forced off unexpectedly and doesn't save workspace.

When you come back, all your workspace custom settings are gone and your eclipse workspace is empty!

Is there a way to save the workspace without restarting eclipse? Maybe a way to make it auto save every 30 minutes if it sees changes?

like image 223
Nicholas DiPiazza Avatar asked Dec 04 '12 16:12

Nicholas DiPiazza


1 Answers

This is not currently possible. There is a long standing bug/request to address this. https://bugs.eclipse.org/bugs/show_bug.cgi?id=2369

The following setting saves core state, but not UI state.

Window > Preferences > General > Workspace : Workspace save interval
like image 144
Kyle Avatar answered Oct 07 '22 00:10

Kyle