导出单个 Eclipse 透视图和设置
我为特殊的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
还有另一种方法可以做到这一点。
共享 Eclipse 透视布局多个工作区
There exists another way to do this.
Share Eclipse perspective layouts across multiple workspaces
我不知道从 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.
就我而言,我必须从一个工作区复制到另一个工作区
In my case I had to copy from one workspace to another