7

Possible Duplicate:
Clone workspace in eclipse

I started a new workspace a couple of weeks ago, and configured eclipse ( Window -> Preferences ). I configured alot of stuff, hotkeys and so on.

Now I have started a new Workspace, but none of the old settings are available. Is there a way to configure global preferences for eclipse?

I know I can export/import preferences but I have some doubts if that actually takes all of the preferences. Previous experience has told me no, plus it is inconvient as one change in one workspace won't get updated in another and you have this constant non-synchronized properties.

Thank you !

Community
  • 1
  • 1
mjs
  • 21,431
  • 31
  • 118
  • 200

2 Answers2

11

You can have a look at the following plugin : https://github.com/alfsch/workspacemechanic

It's a plugin developed by google which lets you store your preferences and apply them to any workspace automatically.

If you store it in your dropbox (or any other shared storage), you'll be able to share you preferences between all your computers and even between all your team members.

It's the best and most reliable solution for your problem.

Ben Creasy
  • 3,825
  • 4
  • 40
  • 50
xavier.seignard
  • 11,254
  • 13
  • 51
  • 75
1

No, that´s not possible. All settings are done per workspace.

Kai
  • 38,985
  • 14
  • 88
  • 103