如果在尖括号中显示日食视角,这意味着什么?

Kaa*_*zia 6 eclipse-rcp perspective

我为Eclipse RCP项目编写了一个新的透视图,它工作正常.但由于配置错误,我不得不恢复到早期的代码版本,而这种代码版本尚未存在.

奇怪的是,在恢复之后,透视仍然显示在开放视角对话框中.唯一的区别是,它现在显示在尖括号中并出现两次.

So the entries in the open perspective Dialog look like that:
---
a valid perspective
another valid perspective
<perspective that shouldn't be here>
<perspective that shouldn't be here>
yet another valid perspective
---
Run Code Online (Sandbox Code Playgroud)


尖括号是什么意思?

我怎样才能摆脱这些条目?

非常感谢!

小智 10

您可以通过转到Window-> Preferences删除透视图,然后选择general-> Perspectives.

突出显示"坏"透视图(带尖括号的透视图),然后单击"删除".

永远离开 :-)