gpt4 book ai didi

java - Eclipse RCP - 将子菜单添加到现有文件菜单

转载 作者:行者123 更新时间:2023-11-30 03:47:23 32 4
gpt4 key购买 nike

我想将子菜单添加到现有文件菜单中。我尝试如下:

<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
locationURI="menu:org.eclipse.ui.file?after=additions ">
<command
commandId="com.my.home.handler.MyHandler"
id="myTrams"
label="TRAMS"
style="push">
</command>
</menuContribution>
</extension>

有人可以帮助使用plugin.xml 将子菜单添加到现有文件菜单吗?提前致谢。

最佳答案

"file"菜单的菜单 ID 只是 file 而不是“org.eclipse.ui.file”

例如,这是“文件 > 重新启动”的菜单贡献:

<menuContribution
locationURI="menu:file?after=open.ext">
<command
commandId="org.eclipse.ui.file.restartWorkbench"
id="org.eclipse.ui.file.restartWorkbench"
style="push">
</command>
</menuContribution>

关于java - Eclipse RCP - 将子菜单添加到现有文件菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25300098/

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