The Eclipse Workspace Preferences Transferrer extends the Eclipses Switch Workspace feature to copy all preferences from the current workspace to another one.
- On some platforms, you can drag the following button into your Eclipse installation dialog:
- Or install using the Eclipse Marketplace Client
- Or install from this update site http://pellaton.github.io/wsprefs-transferrer/
File → Switch Workspace → Other…
- Select the target workspace
- Check the option Preferences
- Hit OK
This Eclipse plug-in does exactly the same as if the user did a preferences export into a file in the current workspace and a preferences import in the other one. The functionality is split into two steps:
- The preferences are exported into the file
$NEW_WORKSPACE/.wsprefs
- This functionality is based on
- If the file
$NEW_WORKSPACE/.wsprefs
exists, it is imported during the workspace startup. - The file is deleted after the import
- This functionality is based on