备份 Eclipse 设置

发布于 2024-10-12 08:12:51 字数 520 浏览 3 评论 0原文

今年我不得不在不同平台(Windows 和 Linux)上重新/安装 Eclipse 好几次。

我还没有找到一种有效的单一解决方案来跨不同版本的 Eclipse 共享设置/首选项。

这就是我目前所做的:

  • 导出软件更新站点(书签)XML 文件。
  • 导出Java->代码样式->代码模板
  • 导出Java->代码样式->格式化程序
  • 导出Java->代码样式-> 代码模板组织导入
  • 导出Java-> 模板
  • 为所有项目配置项目特定设置,然后从项目的基目录复制 .settings 目录。
  • 截取Java->编辑器->内容辅助->收藏夹(没有导出)
  • 导出首选项(这在不同版本中不能很好地工作,因此上面)

当然有更简单的方法吗?

I have had to re/install Eclipse across different platforms (windows and linux) several times this year.

I have not found an effective single solution way to share settings/preferences across different versions of Eclipse.

This is what I currently do:

  • Export Software Update Sites (Bookmarks) XML file.
  • Export Java->Code Style->Code templates
  • Export Java->Code Style->Formatter
  • Export Java->Code Style->Organize Imports
  • Export Java->Templates
  • Configure Project Specific Settings for all your projects then copy the .settings directory from the base directory of your project.
  • Take a screenshot of Java->Editor->Content Assist->Favorites (there is no export)
  • Export preferences (this does not work well across different versions hence above)

Surely there is an easier way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

音盲 2024-10-19 08:12:51

您是否尝试过 File >出口>一般>偏好设置?

导出

您在问题中引用的大多数(不是全部,但大多数)首选项都将导出到 xml 文件中。
其中包括模板和格式化程序。
尽管它的内容确实没有跨 Eclipse 版本进行完全解释,但它只是连接您在问题中提到的单独导出。

导入/导出项目首选项”中的其他提示。

Did you try File > Export > General > Preferences?

export

Most (not all, but most) of the preferences you reference in your question will be exported in an xml file.
That include templates and formatters.
Even though it is true its content isn't fully interpreted across Eclipse versions, it simply concatenates the separate exports you mentions in your question.

Other tips in "Importing/Exporting Project Preferences".

桃酥萝莉 2024-10-19 08:12:51

我们对新开发人员使用基线的概念,但我认为您可以应用相同的技术。基本上,您需要做的是:

  1. 获取 Ecipse 的新副本并按照您喜欢的方式设置它,无需任何项目。
  2. 复制 Eclipse 安装目录和工作区 - 将它们压缩并存储在某个位置
  3. 删除 Window 中的工作区链接 ->首选项->工作区
  4. 当您需要新版本时,复制模板版本即可!

希望这有帮助。

We use the concept of a baseline for new dev's but I think you can apply the same technique. Basically, what you need to do is this:

  1. Get a new copy of Ecipse and set it up how you like with no projects.
  2. Take a copy both the Eclipse install directory and the workspace - zip them up and store them somewhere
  3. Remove the workspace link in Window -> Preferences -> Workspaces
  4. When you need a new version, copy the template version down and voila!

Hope this helps.

垂暮老矣 2024-10-19 08:12:51

如果您同意将内容存储在云中,我建议您尝试备份并共享名为“将 Eclipse 踢到云插件”的 Eclipse 插件。

YouTube 视频

市场插件

If you are ok with storing things in the cloud I suggest you try the backup and share your Eclipse plugin called 'Kick your Eclipse to the Cloud Plug-in'.

You Tube Video

Market Place Plugin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文