eclipse plugin: add the wesnoth wizards to the "new" context menu
This commit is contained in:
parent
1de6ee8f53
commit
f28bd812a3
1 changed files with 35 additions and 0 deletions
|
@ -266,6 +266,41 @@
|
|||
</or>
|
||||
</filterExpression>
|
||||
</commonFilter>
|
||||
<commonWizard
|
||||
type="new"
|
||||
wizardId="org.wesnoth.wizards.NewConfigFileWizard">
|
||||
<enablement></enablement>
|
||||
</commonWizard>
|
||||
<commonWizard
|
||||
type="new"
|
||||
wizardId="org.wesnoth.wizards.emptyProjectWizard">
|
||||
<enablement></enablement>
|
||||
</commonWizard>
|
||||
<commonWizard
|
||||
type="new"
|
||||
wizardId="org.wesnoth.wizards.CampaignNewWizard">
|
||||
<enablement></enablement>
|
||||
</commonWizard>
|
||||
<commonWizard
|
||||
type="new"
|
||||
wizardId="org.wesnoth.wizards.ScenarioNewWizard">
|
||||
<enablement></enablement>
|
||||
</commonWizard>
|
||||
<commonWizard
|
||||
type="new"
|
||||
wizardId="org.wesnoth.wizards.eraNewWizard">
|
||||
<enablement></enablement>
|
||||
</commonWizard>
|
||||
<commonWizard
|
||||
type="new"
|
||||
wizardId="org.wesnoth.wizards.factionNewWizard">
|
||||
<enablement></enablement>
|
||||
</commonWizard>
|
||||
<commonWizard
|
||||
type="new"
|
||||
wizardId="org.wesnoth.wizards.wizardLauncher">
|
||||
<enablement></enablement>
|
||||
</commonWizard>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.navigator.viewer">
|
||||
|
|
Loading…
Add table
Reference in a new issue