Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] JavaOutlinePage context menu


Is it intentional that the JavaOutlinePage is *not* registering its context menu so that other plugins can contribute to it?

I am working on make Java Debug UI a seperate plugin (1GIGG3X) (http://bugs.eclipse.org/bugs/show_bug.cgi?id=1681).
As such I need to contribute actions to the context menu of the outline page (AddMethodEntryBreakpoint add AddWatchpointAction).
I am doing an object contribution, but the context menu needs to be register for the actions to show in outliner's view.

When I tested registering the context menu of the outline page, many "new" actions showed up in the view.  Some of the compare actions
contributed on IMember were being flagged as specifying incorrect menu paths.

Thanks
Darins

Back to the top