导出单个 Eclipse 透视图和设置

发布于 2024-09-04 09:57:23 字数 236 浏览 10 评论 0原文

我为特殊的 Latex 透视图定制了 Eclipse,并将该透视图保存为“MyLatex”。我什至在我的 texlipse 首选项中添加了快捷方式,以便我可以输入“tab”+strg+space 来插入表格。

现在我想把这个推荐给朋友们。我发现我可以使用“导出”->“常规”->“设置”,但这会导出所有视角。

有没有办法只导出透视图“myLatex”和 texlipse 编辑器模板?

此致 菲利普

I customized my Eclipse for a special Latex Perspective and saved this perspective as "MyLatex". I even added shortcuts in my texlipse preferences, so that I can type "tab"+strg+space to insert a table.

Now I would like to offer this to friends. I found out that I can use Export->General->Settings, but this exports ALL perspectives.

Is there any way to export only the perspective "myLatex" and the texlipse editor templates?

Best regards
Philipp

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

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

发布评论

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

评论(3

挖鼻大婶 2024-09-11 09:57:23

还有另一种方法可以做到这一点。

共享 Eclipse 透视布局多个工作区

要保存您的视角,请选择“窗口”>“将透视另存为...来自
应用程序菜单。应弹出一个对话框(如下所示),提示
你的视角名称。输入您会记住的名称,例如。我的
Java 或调试插孔。输入新名称后单击“确定”。

注意:您可以选择覆盖默认视角之一,例如。
Java,无所畏惧。然而,我更喜欢保持这些原封不动,所以总是
选择一个新名称,但您可以选择任何适合您的名称。

在此输入图像描述

现在您可以完成导出首选项的正常例程
通过 File > 到属性文件出口>一般>偏好。然后
通过 File > 在另一个工作区导入相同的文件导入>一般>偏好。您现在所要做的就是切换到您保存的视角,所有布局设置都将恢复。
如果您覆盖了默认视角之一,您可能必须
选择窗口>重置透视...以恢复保存的设置。

如果您选择创建新的视角,请务必指出您的观点
在“窗口”>“新透视图”下运行/调试设置首选项>
运行/调试>观点。例如,如果你提出了一个新的观点
基于调试视角,那么您需要更改引用
到“调试”透视图到您使用的启动器的“我的调试”。

There exists another way to do this.

Share Eclipse perspective layouts across multiple workspaces

To save your perspective, select Window > Save Perspective As… from
the application menu. A dialog should popup (shown below), prompting
you for a perspective name. Enter a name that you’ll remember, eg. My
Java or Debug Jack. Click Ok once you’ve entered a new name.

Note: You can choose to overwrite one of the default perspectives, eg.
Java, without fear. However, I prefer to leave these intact, so always
choose a new name, but you can choose whatever works for you.

enter image description here

Now you can go through the normal routine of exporting the preferences
to a properties file via File > Export > General > Preferences. Then
import the same file in another workspace via File > Import > General > Preferences. All you now have to do is switch over to the perspective you saved and all your layout settings will be restored.
If you overwrote one of the default perspectives, you may have to
select Window > Reset Perspective… to restore the saved settings.

If you’ve chosen to create a new perspective, be sure to point your
Run/Debug settings to the new perspective under Window > Preferences >
Run/Debug > Perspectives. For example, if you made a new perspective
based on the Debug perspective, then you’ll need to change references
to the Debug perspective to the My Debug for launchers you use.

平安喜乐 2024-09-11 09:57:23

我不知道从 Eclipse 导出/导入一个视角的好方法,但也许尝试以下操作:

打开此文件 -

workspace/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml

并将与您的新视角相关的部分复制到您想要共享的用户的同一文件中。如果这不起作用,您可能必须将其工作区中的整个文件替换为您的文件。

I don't know of a nice way to export/import one perspective from eclipse, but maybe try the following:

open this file -

workspace/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml

and copy the part that relates to your new perspective to the same file for the users you want to share it to. If this doesn't work you may have to replace the entire file in their workspace with your one.

反目相谮 2024-09-11 09:57:23

就我而言,我必须从一个工作区复制到另一个工作区

.metadata.plugins\org.eclipse.e4.workbench

In my case I had to copy from one workspace to another

.metadata.plugins\org.eclipse.e4.workbench

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