7

在 Eclipse Juno 中将透视工具栏拖到另一个位置时,我的 Eclipse 挂了,重新启动 Eclipse 后,透视栏消失了。

我尝试使用谷歌搜索,但没有找到再次显示该栏的解决方案。有人有解决方案吗?

4

4 回答 4

16

实际上没有必要重新设置你的视角,更不用说核对你的 workbench.xmi 备忘录文件了。有一个更聪明的方法:

  1. 打开一个新的工作台窗口。从主菜单:Window=> Ǹew Window。请注意,新窗口确实有(已经定制的)透视栏。

  2. 先关闭没有透视栏的窗口。

  3. 关闭第二个窗口。这将保存一个更简洁的 workbench.xmi 版本(覆盖具有位于屏幕外的透视栏的版本)。

  4. 重新打开日食。透视栏又回到了它的位置。

于 2014-02-11T16:31:24.913 回答
10

There are two things you can try:

  1. Reset your current perspective (Window/Reset perspective...). Although your configured set of views will get lost, it might bring back the perspective switcher.
  2. If that does not work, then you should reset the entire saved workbench GUI. This can be done by deleting the .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi file from your workspace folder, or by starting eclipse with the -clearPersistedState

Point 2. assumes, that in case of Juno you are using Eclipse 4.2 (the new GUI, not 3.8, the old).

于 2013-07-12T08:28:46.477 回答
0

至少在 eclipse 2019-06 (4.12.0) 上,足以

“切换工作区”->“其他”->“最近的工作区”->(与您相同)

于 2019-08-01T16:59:34.930 回答
0

首先让我说:一旦将透视菜单放在左边是不可能的(并迫使我的团队也这样做),我将退出使用 Eclipse。

作为解决方法,我对每个新工作区执行以下操作

  1. 创建工作区
  2. 关闭日食
  3. 通过隐藏文件覆盖 .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi。

我以这种方式制作了隐藏的 workbench.xmi:

  1. 3.8创建工作区,左侧配置栏
  2. 在 4.* 中打开此工作区(它将创建隐藏文件)。
  3. 关闭日食
  4. 存储 workbench.xmi。
于 2015-10-30T07:13:27.777 回答