Author: timotei
Date: Sat Jul 30 09:59:45 2011
New Revision: 50481

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50481&view=rev
Log:
eclipse plugin: Add the wesnoth wizards directly
to the new menu

Modified:
    trunk/utils/umc_dev/org.wesnoth/plugin.xml
    trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/product/WMLPerspective.java

Modified: trunk/utils/umc_dev/org.wesnoth/plugin.xml
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/plugin.xml?rev=50481&r1=50480&r2=50481&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth/plugin.xml (original)
+++ trunk/utils/umc_dev/org.wesnoth/plugin.xml Sat Jul 30 09:59:45 2011
@@ -138,6 +138,9 @@
             icon="icons/wesnoth-icon_16.png"
             id="org.wesnoth.wizards.NewConfigFileWizard"
             name="Wesnoth file wizard (.cfg)">
+         <description>
+            Creates a new config file
+         </description>
       </wizard>
       <wizard
             category="org.wesnoth.wizards"
@@ -158,7 +161,7 @@
             name="Wesnoth Campaign"
             project="true">
          <description>
-            Create a Wesnoth campaign.
+            Create a new Wesnoth campaign.
          </description>
       </wizard>
       <wizard

Modified: 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/product/WMLPerspective.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/product/WMLPerspective.java?rev=50481&r1=50480&r2=50481&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/product/WMLPerspective.java 
(original)
+++ trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/product/WMLPerspective.java 
Sat Jul 30 09:59:45 2011
@@ -21,8 +21,15 @@
        public void createInitialLayout(IPageLayout layout)
        {
                 // Add "new wizards".
-        layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.folder"); 
//$NON-NLS-1$
-        layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.file"); 
//$NON-NLS-1$
+        layout.addNewWizardShortcut( "org.eclipse.ui.wizards.new.folder" ); 
//$NON-NLS-1$
+        layout.addNewWizardShortcut( "org.eclipse.ui.wizards.new.file" ); 
//$NON-NLS-1$
+        layout.addNewWizardShortcut( "org.wesnoth.wizards.NewConfigFileWizard" 
);
+        layout.addNewWizardShortcut( "org.wesnoth.wizards.emptyProjectWizard" 
);
+        layout.addNewWizardShortcut( "org.wesnoth.wizards.CampaignNewWizard" );
+        layout.addNewWizardShortcut( "org.wesnoth.wizards.ScenarioNewWizard" );
+        layout.addNewWizardShortcut( "org.wesnoth.wizards.eraNewWizard" );
+        layout.addNewWizardShortcut( "org.wesnoth.wizards.factionNewWizard" );
+        layout.addNewWizardShortcut( "org.wesnoth.wizards.wizardLauncher" );
 
         // Add "show views".
         layout.addShowViewShortcut(IPageLayout.ID_PROJECT_EXPLORER);


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to