Eclipse 标记视图 ID

发布于 2024-10-25 06:02:45 字数 74 浏览 1 评论 0原文

有谁知道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 技术交流群。

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

发布评论

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

评论(2

遮云壑 2024-11-01 06:02:45

您的意思是“标记视图”中的“问题视图”吗?
如果是这样,相应的 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.

残月升风 2024-11-01 06:02:45

问题视图与标记视图不同。
标记视图 ID 为:

org.eclipse.ui.views.AllMarkersView

The problem view is different from the markers view.
The marker view id is:

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