gpt4 book ai didi

eclipse-rcp - 如何在 Eclipse RCP 中对菜单中的操作进行排序

转载 作者:行者123 更新时间:2023-12-01 14:40:53 25 4
gpt4 key购买 nike

如果我在扩展点中添加操作,则:

    <action
class="com.mycompany.MyAction"
id="mycompany.myaction.MyAction"
menubarPath="actions"
/>

如何以编程方式控制其排序?看起来他们只是根据他们的 ID 按字母顺序排列。我不想给它们起诸如“001-z”、“002-a”之类的名字,只是为了让“z”出现在“a”之前。以后重新订购它们也将是一场噩梦。

最佳答案

您不应该对菜单使用操作。改为尝试命令。看这里:http://www.vogella.de/articles/RichClientPlatform/article.html#commands_menu

如果您想订购它们,请使用:
?后=....

 <extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu?after=fileMenu">
<menu
id="myMenu"
....

关于eclipse-rcp - 如何在 Eclipse RCP 中对菜单中的操作进行排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2253079/

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