0

I believe Eclipse made a change to accessing the search menu because I had added my own menu item using

menuBarPath="org.eclipse.search.menu/dialogGroup"

But I upgraded to Luna and this menu item no longer shows up, so the menuBarPath would be the most probable guess. So how can I modify it so that the menu item shows in Luna

user2554585
  • 3,489
  • 6
  • 20
  • 23
  • `org.eclipse.search.menu/dialogGroup` is still present in Luna. – greg-449 Jul 01 '14 at 20:00
  • I see, where can I find the Eclipse Luna source code that lists the menu items in the menubar (Search, File, Plug-in, Text) so that I may debug my issue? – user2554585 Jul 01 '14 at 20:08
  • Looking at this again it looks like the menu bar path may have changed to `org.eclipse.search.menu/internalDialogGroup`. This is declared in the `org.eclipse.search` plugin – greg-449 Jul 02 '14 at 06:43

0 Answers0