Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Share Eclipse Oomph preferences across different machines?

I use Eclipse on three different computers and want to unify my preferences, such as UTF-8 encoding and code templates. This question has been asked before but that was before the integration of Oomph into Eclipse. Does Oomph have a feature like an "Ooomph Cloud" where I can login with my Google Account and sync my preferences?

like image 423
Konrad Höffner Avatar asked Oct 22 '15 11:10

Konrad Höffner


3 Answers

Since the Eclipse Neon release Oomph supports sharing preferences across multiple machines. If you were not already prompted to opt into this new service you can enable it in Preferences -> Oomph -> Setup Tasks -> Preference Synchronizer.

like image 178
eike Avatar answered Nov 16 '22 21:11

eike


Oomph only does the setup automation, but no synchronization or sharing on its own. You may want to try Yatta Profiles instead, which builds on top of Oomph. It allows sharing your IDE setup and workspace settings.

like image 5
Bananeweizen Avatar answered Nov 16 '22 20:11

Bananeweizen


There is no sharing mechanism, but the setup file corresponding to your user scope: user.setup is stored on your machine:

USER_HOME/.eclipse/org.eclipse.oomph.setup/setups/user.setup

You can share this XML file between different computers.

like image 2
Jmini Avatar answered Nov 16 '22 21:11

Jmini