Eclipse 标记视图 ID
有谁知道Eclipse的Markers视图的ID吗?我正在尝试将一个活动绑定到它以隐藏我的 RCP 应用程序。
谢谢。
Does anyone know the ID of Eclipse's Markers view? I'm trying to bind an activity to it to hide from my RCP application.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的意思是“标记视图”中的“问题视图”吗?
如果是这样,相应的 ID 应该是:menu:org.eclipse.ui.views.ProblemView
此外,Eclipse SDK 上有一个很酷的功能,称为“Plugin Spy”,它可以在您刚刚单击的 UI 上显示信息(这样您就可以检索对应的ID)。只需按“Alt+F1”,然后单击视图即可。要获得上下文菜单操作的相同信息,请按“Alt+F2”,然后单击要监视的操作。
Do you mean the "Problem view" by "Markers view"?
If so the corresponding ID should be: menu:org.eclipse.ui.views.ProblemView
Moreover there is a cool feature on the Eclipse SDK called "Plugin Spy" that displays informations on the UI you just clicked on (so you can retrieve the corresponding ID). Just hit "Alt+F1" then click on a view. To have same kind of information for the contextual menu actions, hit "Alt+F2" then click on the action you want to spy.
问题视图与标记视图不同。
标记视图 ID 为:
The problem view is different from the markers view.
The marker view id is: