某些工具栏菜单在 eclipse rcp 应用程序中看不到
当我启动 rcp 应用程序时,一些自定义工具栏菜单不会出现在我的 rcp 应用程序中,如果我更改视角,它们就会出现。有什么想法吗?
When I launch rcp application some of the custom toolbar menus doesnot appear in my rcp application,if I change perspective then they appears.Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有其他信息,这很难说。如何创建这些工具栏项?使用一些贡献者类或在plugin.xml中使用菜单贡献?使用第二个选项,检查您是否已在正确的plugin.xml 中定义它们(定义您的视角,您希望在其中实际看到它们)。
确保您的视角中有命令/操作的处理程序。
如果您使用关联,请确保这些是正确的:
That's hard to say with no additional information. How do you create those toolbar items? Using some contributor class or in plugin.xml, using menu contributions? With the second option, check, that you have defined them in the proper plugin.xml (the one, which defines your perspective, in which you want to actually see them).
Ensure, that there are handlers for your commands/actions in your perspective.
If you are using associations, ensure, that those are correct: