Reputation: 15789
every time I throw away my .metadata (due to some corruption or something) and start with a new one, first thing I do is:
BUT there are still some things I must configure manually in order to have my setup as I have before, specially in my case (there are probably other things):
Is there a way to save those thigns so I can load them back when I need? I wish they were stored in preferences...
I am on latest 3.6.
Upvotes: 24
Views: 14917
Reputation: 324
As of Eclipse Neon (and possibly Mars, as well), you can copy the following two directories, to share your workbench and settings/preferences amongst your different workspaces:
[workspace]/.metadata/.plugins/org.eclipse.core.runtime/.settings
[workspace]/.metadata/.plugins/org.eclipse.e4.workbench
(Side Note: The Copy Settings dialog would not work for me, as it wouldn't permit me to select either checkbox.)
Upvotes: 4
Reputation: 5153
Good info here - 'Share Eclipse perspective layouts across multiple workspaces'
I use their 'Method #2', listed below.
Method 2: Use Copy Settings
The other method of saving your window layout is to use the Copy Settings feature when switching to another workspace.
Here’s what the dialog looks like:
Give it a shot, quite easy!
Upvotes: 1
Reputation: 6811
Two solutions :
Personally I prefer (2).
Upvotes: 22