3

I am writing an Eclipse plugin, and I have a wizard that create my project.

When pressing menu -> New there are two options: Java Project and Project,only when I click on Project can choose my plugin project type.

Is it possible to make the new menu to contain my project type as well? like menu -> New will have three options: Java Project , XXX Project and Project?

sara
  • 3,824
  • 9
  • 43
  • 71
  • 1
    Check out http://stackoverflow.com/questions/5421447/eclipse-dltk-adding-wizards-to-the-new-menu-of-scriptexplorerpart which is about a file but the solution should be identical for your new project wizard. – katsharp Jun 13 '12 at 17:53

1 Answers1

3

Check out Eclipse DLTK: Adding wizards to the 'New' menu of ScriptExplorerPart which is about a file but the solution should be identical for your new project wizard.

Community
  • 1
  • 1
katsharp
  • 2,551
  • 24
  • 27