Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] JavaOutlinePage context menu

Now that the workbench support to register context menus for the outline we
will
definitly add support for it. I've carboned you on the reminder PR 6407 so
that
you get notified when it is done.



                                                                                                
                    Darin_Swanson@oti.                                                          
                    com                       To:     jdt-ui-dev@xxxxxxxxxxx                    
                    Sent by:                  cc:     jdt-debug-dev@xxxxxxxxxxx                 
                    jdt-ui-dev-admin@e        Subject:     [jdt-ui-dev] JavaOutlinePage context 
                    clipse.org                menu                                              
                                                                                                
                                                                                                
                    11/28/2001 11:46                                                            
                    PM                                                                          
                    Please respond to                                                           
                    jdt-ui-dev                                                                  
                                                                                                
                                                                                                




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