Changeset 18 for trunk/src/org


Ignore:
Timestamp:
09/18/05 17:50:02 (19 years ago)
Author:
boris
Message:
  • gui skeleton for 'new modelica class wizard' created
Location:
trunk/src/org/modelica/mdt
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/modelica/mdt/NewProjectWizard.java

    r10 r18  
    5454    {
    5555        super.init(workbench, selection);
     56        setNeedsProgressMonitor(true);
    5657        setWindowTitle("New Modelica Project");
    5758    }
  • trunk/src/org/modelica/mdt/PerspectiveFactory.java

    r12 r18  
    2727        /* add new wizards */
    2828        layout.addNewWizardShortcut("org.modelica.mdt.NewProjectWizard");
     29        layout.addNewWizardShortcut("org.modelica.mdt.NewClassWizard");
    2930        layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.folder");
    3031        layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.file");
Note: See TracChangeset for help on using the changeset viewer.