Eclipse DLTK: Adding wizards to the 'New' menu of ScriptExplorerPart
问题 I'm trying to add a wizard entry to a ScriptExplorerPart of the Dynamic Languages ToolKit for Eclipse. The wizards are accessible from File->New->Other... , so at least I know they work. They are added using the extension point org.eclipse.ui.newWizards . What I would like is to have them added as indicated on this screenshot. To start with I figured it should probably be done using the extension point org.eclipse.ui.navigator.navigatorContent , as suggested in this eclipse newslist. This