| 150 | | targetID="org.axdt.as3.perspective"> |
|---|
| 151 | | <newWizardShortcut |
|---|
| 152 | | id="org.eclipse.ui.wizards.new.folder"> |
|---|
| 153 | | </newWizardShortcut> |
|---|
| 154 | | <newWizardShortcut |
|---|
| 155 | | id="org.eclipse.ui.wizards.new.file"> |
|---|
| 156 | | </newWizardShortcut> |
|---|
| 157 | | <viewShortcut |
|---|
| 158 | | id="org.eclipse.ui.console.ConsoleView"> |
|---|
| 159 | | </viewShortcut> |
|---|
| 160 | | <viewShortcut |
|---|
| 161 | | id="org.eclipse.ui.views.ProblemView"> |
|---|
| 162 | | </viewShortcut> |
|---|
| 163 | | <viewShortcut |
|---|
| 164 | | id="org.eclipse.ui.views.ContentOutline"> |
|---|
| 165 | | </viewShortcut> |
|---|
| 166 | | <viewShortcut |
|---|
| 167 | | id="org.eclipse.ui.views.TaskList"> |
|---|
| 168 | | </viewShortcut> |
|---|
| | 150 | targetID="org.eclipse.ui.resourcePerspective"> |
|---|
| | 151 | <perspectiveShortcut id="org.axdt.as3.perspective" /> |
|---|
| | 152 | </perspectiveExtension> |
|---|
| | 153 | <perspectiveExtension targetID="org.axdt.as3.perspective"> |
|---|
| | 154 | <newWizardShortcut id="org.eclipse.ui.wizards.new.folder" /> |
|---|
| | 155 | <newWizardShortcut id="org.eclipse.ui.wizards.new.file" /> |
|---|
| | 156 | <newWizardShortcut id="org.axdt.as3.wizards.newAs3Wizard" /> |
|---|
| | 157 | <viewShortcut id="org.eclipse.ui.console.ConsoleView" /> |
|---|
| | 158 | <viewShortcut id="org.eclipse.ui.views.ProblemView" /> |
|---|
| | 159 | <viewShortcut id="org.eclipse.ui.views.ContentOutline" /> |
|---|
| | 160 | <viewShortcut id="org.eclipse.ui.views.TaskList" /> |
|---|
| | 161 | <viewShortcut id="org.axdt.navigator" /> |
|---|
| 223 | | <extension |
|---|
| 224 | | point="org.eclipse.ui.views"> |
|---|
| 225 | | <category |
|---|
| 226 | | name="AXDT" |
|---|
| 227 | | id="org.axdt.views"> |
|---|
| 228 | | </category> |
|---|
| 229 | | </extension> |
|---|
| | 216 | <extension point="org.eclipse.wst.common.frameworks.ui.extendableWizard"> |
|---|
| | 217 | <extendableWizard id="org.axdt.as3.wizards.newProjectWizard" /> |
|---|
| | 218 | </extension> |
|---|
| | 219 | <extension point="org.eclipse.ui.newWizards"> |
|---|
| | 220 | <category name="AXDT" id="org.axdt.category"></category> |
|---|
| | 221 | <wizard |
|---|
| | 222 | id="org.axdt.as3.wizards.newProjectWizard" |
|---|
| | 223 | category="org.axdt.category" |
|---|
| | 224 | class="org.axdt.as3.wizards.NewProjectWizard" |
|---|
| | 225 | name="AXDT Project" |
|---|
| | 226 | icon="icons/as3_file.gif" |
|---|
| | 227 | finalPerspective="org.axdt.as3.perspective" |
|---|
| | 228 | preferredPerspectives="org.axdt.as3.perspective" |
|---|
| | 229 | project="true"> |
|---|
| | 230 | <description>Creates a new As3 Project with source folder.</description> |
|---|
| | 231 | </wizard> |
|---|
| | 232 | <wizard |
|---|
| | 233 | name="AS3 File" |
|---|
| | 234 | icon="icons/as3_file.gif" |
|---|
| | 235 | category="org.axdt.category" |
|---|
| | 236 | class="org.axdt.as3.wizards.NewAs3Wizard" |
|---|
| | 237 | id="org.axdt.as3.wizards.newAs3Wizard" /> |
|---|
| | 238 | </extension> |
|---|