Menu contribution for popupsubmenu ?
        Posted  
        
            by 
                Mathan
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mathan
        
        
        
        Published on 2009-08-31T11:48:44Z
        Indexed on 
            2010/12/24
            17:54 UTC
        
        
        Read the original article
        Hit count: 253
        
In eclipse plugin development i could add files in toolbar, menu and popupmenu by using menu contribution.
In my project I want to add a set of files in the popupsubmenu,
eg : Like the following
Project Explorer -> Right Click -> New -> Annotation, Class, Enum ....
I want to add my files abc,def and xyz.. under the new menu item
What is the locationuri for popupsubmenu ?
Help me on this
Thanks in advance
Regards Mathan
© Stack Overflow or respective owner