r_tex
r_tex

Reputation: 51

How to add item in eclipse project explorer context menu

Thanks in advance .....

I have to add one item in project explorer's context menu (new->new item), and also in new toolbar's web category (new item) . I can directly add item in context menu , but how to add in New menu of the project explorer's context menu. Same for the new toolbar , i can directly add contents i

Upvotes: 2

Views: 2662

Answers (1)

Dollyn
Dollyn

Reputation: 914

Maybe you can use the 'org.eclipse.ui.newWizards' extension-point to contribute an new wizard, and then use the 'org.eclipse.ui.navigator.navigatorContent'(common wizard) extension-point to add your wizard to the context menu.

Upvotes: 5

Related Questions