保存 Eclipse 透视布局和其他东西

发布于 2024-11-06 14:56:07 字数 384 浏览 0 评论 0原文

每次我扔掉我的.metadata(由于某些损坏或其他原因)并开始一个新的元数据时,我做的第一件事是:

  1. 导入我保存的首选项
  2. 从磁盘加载现有项目

但是仍然有一些我必须手动配置的东西才能像以前一样进行设置,特别是在我的情况下(可能还有其他东西):

  1. 我必须添加我使用的透视图并删除我不需要的透视图
  2. 我必须配置布局这些观点(特别是java一、正确使用两台显示器)。
  3. 为 mylyn 添加 bugzilla 任务存储库,并配置几个查询

有没有办法保存这些东西,以便我可以在需要时加载它们?我希望它们存储在首选项中...

我使用的是最新的 3.6。

every time I throw away my .metadata (due to some corruption or something) and start with a new one, first thing I do is:

  1. Import my saved preferences
  2. Load existing projects from disk

BUT there are still some things I must configure manually in order to have my setup as I have before, specially in my case (there are probably other things):

  1. I have to add the Perspectives I use and remove the ones I don't
  2. I have to configure the layout of those Perspectives (specially java one, to use properly two monitors).
  3. Add a bugzilla task repostiry for mylyn, and configure a couple of queries

Is there a way to save those thigns so I can load them back when I need? I wish they were stored in preferences...

I am on latest 3.6.

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

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

发布评论

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

评论(3

少女的英雄梦 2024-11-13 14:56:07

两种解决方案:

  1. MENU ->文件->切换工作空间->其他->复制设置
    • 工作台布局
    • 工作集
  2. 复制/备份并替换以下文件夹到新创建的工作区。
    • [工作空间]/.metadata/.plugins/org.eclipse.ui.workbench/
    • [工作空间]/.metadata/.plugins/org.eclipse.core.runtime/.settings/

我个人更喜欢(2)。

Two solutions :

  1. MENU -> File -> Switch workspace -> Other -> Copy Settings of
    • Workbench Layout
    • Working Sets
  2. Copy/backup and replace following folder to new created Workspace.
    • [workspace]/.metadata/.plugins/org.eclipse.ui.workbench/
    • [workspace]/.metadata/.plugins/org.eclipse.core.runtime/.settings/

Personally I prefer (2).

红颜悴 2024-11-13 14:56:07

从 Eclipse Neon(也可能是 Mars)开始,您可以复制以下两个目录,以在不同的工作区之间共享您的工作台和设置/首选项:(

    [workspace]/.metadata/.plugins/org.eclipse.core.runtime/.settings
    [workspace]/.metadata/.plugins/org.eclipse.e4.workbench

旁注:“复制设置”对话框对我不起作用,因为它不允许我选择任何一个复选框。)

As of Eclipse Neon (and possibly Mars, as well), you can copy the following two directories, to share your workbench and settings/preferences amongst your different workspaces:

    [workspace]/.metadata/.plugins/org.eclipse.core.runtime/.settings
    [workspace]/.metadata/.plugins/org.eclipse.e4.workbench

(Side Note: The Copy Settings dialog would not work for me, as it wouldn't permit me to select either checkbox.)

美煞众生 2024-11-13 14:56:07

这里有很好的信息 - '共享 Eclipse跨多个工作区的透视布局

我使用下面列出的“方法#2”。

方法 2:使用复制设置

保存窗口布局的另一种方法是在切换到另一个工作区时使用“复制设置”功能。

  • 打开包含自定义布局的工作区
  • 选择“文件”>“切换工作空间>其他...将打开一个对话框,提示您选择现有/新工作区
  • 选择工作区,然后单击“复制设置”可折叠部分
  • 选择“工作台布局”复选框并单击“确定”
  • 您的工作区将打开,并且应反映先前工作区的自定义布局。

该对话框如下所示:

在此处输入图像描述

尝试一下,非常简单!

Good info here - 'Share Eclipse perspective layouts across multiple workspaces'

I use their 'Method #2', listed below.

Method 2: Use Copy Settings

The other method of saving your window layout is to use the Copy Settings feature when switching to another workspace.

  • Open the workspace that contains your customized layout
  • Select File > Switch Workspace > Other… which will open a dialog prompting you for an existing/new workspace
  • Select the workspace, then click the Copy Settings collapsible section
  • Select the Workbench Layout checkbox and click Ok
  • Your workspace will open and should reflect the customised layout of the previous workspace.

Here’s what the dialog looks like:

enter image description here

Give it a shot, quite easy!

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