Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Help with plugin.xml for New->Project Eclipse UI(How do I integrate my plugin with it?)
icon5.gif  Help with plugin.xml for New->Project Eclipse UI [message #1008121] Sun, 10 February 2013 02:25 Go to next message
Richard Rowlands is currently offline Richard RowlandsFriend
Messages: 2
Registered: November 2012
Junior Member
Hey guys i'm debugging an eclipse plugin here and when I go to new->other I can see my wizard show up properly, but when I go to new->project I don't see it anywhere. How do I configure my XML to get it under both?

<extension point="org.eclipse.ui.newWizards" id="com.runwaysdk.new">
      <?gmfgen generated="false"?>
      <category 
        id="com.runwaysdk.Runway" 
        name="Runway"> 
      </category>
      <wizard
         name="New Runway Project"
         icon="icons/obj16/RunwayDiagramFile.gif"
         category="com.runwaysdk.Runway"
         class="com.runwaysdk.eclipse.plugin.wizards.NewRunwayProjectWizard"
         id="com.runwaysdk.eclipse.plugin.runway.diagram.part.NewRunwayProjectWizardId">
         <description>Used to create a new Runwaysdk Project.</description>  
      </wizard>
   </extension>


Please and thanks
Re: Help with plugin.xml for New->Project Eclipse UI [message #1008308 is a reply to message #1008121] Mon, 11 February 2013 21:08 Go to previous message
Curtis Windatt is currently offline Curtis WindattFriend
Messages: 166
Registered: July 2009
Senior Member
There is an optional attribute for that extension project="true" that indicates your wizard will create a new IProject resource.
Previous Topic:Cannot see my category in update site
Next Topic:Export Eclipse plugins with external jars
Goto Forum:
  


Current Time: Thu Apr 25 03:30:37 GMT 2024

Powered by FUDForum. Page generated in 0.02543 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top