Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Custom Search(How to get a custom search reachable from the main menu)
Custom Search [message #1014960] Tue, 26 February 2013 23:14 Go to next message
Peter Eder is currently offline Peter EderFriend
Messages: 1
Registered: February 2013
Junior Member
I've implemented a custom search for my eclipse rcp project.
But I don't know how to make this search reachable via the main menu
(Search -> Custom search...)
I've read that there is a bug which doesn't allow you to add a menu item to the existing ones. So can somebody give me a hint how to fix this?

thanks for your help
Re: Custom Search [message #1021936 is a reply to message #1014960] Thu, 21 March 2013 00:18 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
Hi Peter,

Use the plugin-spy to see the id of the Search menu (ALT+SHIFT+F2) then use
the menus extension point to contribute to that menu. There is no bug.

http://www.vogella.com/articles/EclipseCommands/article.html

Best regards,

Wim


> I've implemented a custom search for my eclipse rcp project.
> But I don't know how to make this search reachable via the main menu
> (Search -> Custom search...)
> I've read that there is a bug which doesn't allow you to add a menu item to
the existing ones. So can somebody give me a hint how to fix this?
>
> thanks for your help
Previous Topic:How to add a model from a plug-in to my current entity manager?
Next Topic:How to get a plugin that is no dependency
Goto Forum:
  


Current Time: Tue Apr 16 08:38:18 GMT 2024

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

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

Back to the top