Add item to right click in package explorer -
05-05-2008, 07:17 AM
Hi,
any pointers on how to add an item on the right click menu in package explorer on a specific item. i must be able to add menu based on the file type.
Thanks in advance.
Add popupmenu extensionpoint to your plugin.xml..
Then add new ObjectContribution.
Speciy the filter type (i.e, file type...like *.java or *.txt)
Add new Menu.
Give menubarpath as 'additions'
Then add actions ...
..