开发者

Eclipse Markers View ID

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.


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.


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

org.eclipse.ui.views.AllMarkersView
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜