Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Problem with contributing to Eclipse Search menu
Problem with contributing to Eclipse Search menu [message #599330] Mon, 13 July 2009 19:02
Lubos Pochman is currently offline Lubos PochmanFriend
Messages: 29
Registered: July 2009
Junior Member
I am trying to make contribution to Eclipse Search menu, but my
command/menu item doesn't show in the Search menu. I use locationURI
menu:org.eclipse.search.menu?after=fileSearchConte xtMenuActionsGroup (or
after=additions), but item doesn't show in the Search menu.

If I move the command reference to my menu or to any other Eclipse menu
like menu:project, the menu item appears.

I do have org.eclipse.search in Dependencies.

Here is snippet from plugin.xml:

<menuContribution
locationURI="menu:org.eclipse.search.menu?after=fi
leSearchContextMenuActionsGroup">
<command
commandId="my.ui.plugin.commands.searchInScanResul tsCommand"
icon="icons/swirl.gif"
id="my.ui.plugin.menus.searchInScanResultsCommand "
mnemonic="R"
style="push">
</command>
</menuContribution>

I would appreciate any help. Thanks, Lubos
Previous Topic:Unsatisfied version constraint
Next Topic:Is it possible to substitute a bundle's class with another one coming from a fragment?
Goto Forum:
  


Current Time: Fri Apr 26 02:41:11 GMT 2024

Powered by FUDForum. Page generated in 0.03103 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top