Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个 GMF 编辑器,我正在那里做一些事情。当我使用 GMF 编辑器时,GMF 提供了一个工具栏(在编辑器的正上方)。
如何向该工具栏添加按钮?(不在菜单上!)
到目前为止,我发现并且似乎有帮助的只有: 从工具栏和GMF 教程中删除一些按钮。
但是在中间的某个地方我迷路了。
提前致谢!
使用 org.eclipse.gmf.runtime.common.ui.services.action.contributionItemProviders 扩展点。您将在说明中找到文档。在这里,您可以使用工具栏路径为 GMF 的工具栏做出贡献