Ignore:
Timestamp:
09/15/05 15:29:11 (19 years ago)
Author:
boris
Message:
  • added new wizards shortcuts to modelica prespective
File:
1 edited

Legend:

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

    r8 r12  
    66import org.eclipse.ui.console.IConsoleConstants;
    77
    8 public class PerspectiveFactory implements IPerspectiveFactory {
     8public class PerspectiveFactory implements IPerspectiveFactory
     9{
    910
    1011    public void createInitialLayout(IPageLayout layout)
     
    2425       
    2526       
    26         /* add modelica specific new wizards */
     27        /* add new wizards */
    2728        layout.addNewWizardShortcut("org.modelica.mdt.NewProjectWizard");
    28        
     29        layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.folder");
     30        layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.file");
    2931    }
    3032}
Note: See TracChangeset for help on using the changeset viewer.