0

I create a new workspace for every three days. Every time, I have to reset all my setting. It is taking much time, and if I make any mistakes, it takes much time to realize.

I want to save:

  1. Window-> Preferences(Java, Grails, Groovy..) settings
  2. My Personal Perspectives
  3. Run/External Configurations

My idea is I kept all the settings files in some common project, I will import that project, after every new workspace created. Then all the settings need to come and then I will check-out all my projects.

4

2 回答 2

2

1 和 2 的设置存储在 /.metadata 中。将其复制到您的新工作区,所有设置都将被移动。对于数字 3,运行配置是项目特定的,并存储在每个项目的根文件夹中。他们有一个 .launch 扩展名。也许批处理可以为您移动它们。

于 2013-05-31T15:03:02.233 回答
0

对于其中一些设置(例如 Java 编译器首选项),您可以导出和导入首选项。

于 2013-05-31T15:09:31.840 回答