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