gpt4 book ai didi

java - 主工具栏未显示在 Eclipse RCP 应用程序中

转载 作者:太空宇宙 更新时间:2023-11-04 13:54:52 25 4
gpt4 key购买 nike

我在 Eclipse RCP 3.x 上有一个应用程序,并尝试通过 plugin.xml 添加主工具栏。

运行应用程序后我看不到它,工具栏不可见。我不明白代码中有什么问题。

<menuContribution
allPopups="false"
locationURI="toolbar:org.eclipse.ui.main.toolbar">
<toolbar
id="rcp.toolbar1">
<command
commandId="org.eclipse.ui.file.save"
label="Save"
style="push">
</command>
<command
commandId="org.eclipse.ui.file.saveAll"
id="rcp.menu.file.saveall"
label="Save All"
style="push">
</command>
</toolbar>
</menuContribution>

最佳答案

I have ApplicationWorkBenchAdvisor class, but i don't touch it.

就像 greg-449 已经评论的那样:除了 defining some toolbar elementsplugin.xml 中,您还必须 activate the toolbar在您的 ApplicationWorkbenchWindowAdvisor 类中 - 如果已创建。

关于java - 主工具栏未显示在 Eclipse RCP 应用程序中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29921639/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com