删除“新建”中的默认选项工具栏项目和“文件->新建”菜单项

发布于 2024-11-06 05:39:05 字数 167 浏览 3 评论 0原文

我知道如何在我的角度为工具栏或菜单做出贡献,但是有什么方法可以删除一些默认选项吗?例如,在“新建”工具栏默认选项中,我总是看到由 NewWizardsMenu 以编程方式提供的选项“项目...”、“示例...”和“其他...”。有没有办法使用扩展点或代码从菜单中删除这些条目,同时仍然能够贡献我自己的选项? 感谢您的帮助

I know how to contribute to tool bar or menu in my perspective, but is there any way I can remove some of the defaulted options?. For instance, in the 'New' tool bar defaulted options I always see the options 'Project...', 'Examples...' and 'Others...' that are programmatically contributed by the NewWizardsMenu. Is there a way, using extension points or code, to remove those entries from the menu while still being able to contribute with my own options?.
Thanks for your help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟若柳尘 2024-11-13 05:39:05

您可以尝试使用org.eclipse.ui.perspectiveExtensions扩展点。 hiddenMenuItem 可用于通过 ID 隐藏菜单项,并可用于从我的 File>New 菜单中删除 Java 项目。但我看不到项目或其他...(至少从“自定义视角...”对话框来看)。您可以尝试隐藏“其他...”的ID“新”,但我无法找到“项目...”的ID。如果您使用插件注册表视图,您也许能够找到该向导的贡献者。

You can try using org.eclipse.ui.perspectiveExtensions extension point. hiddenMenuItem can be used to hide a menu item by ID, and worked to remove Java Projects from my File>New menu. But I couldn't see Projects or Other... (at least from the Customize Perspective... Dialog). You could try to hide the id "new" for "Other..." and I wasn't able to find the ID for "Project...". If you use the Plug-in Registry view, you might be able to find what contributes that wizard.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文