Changeset 12 for trunk/src


Ignore:
Timestamp:
09/15/05 15:29:11 (19 years ago)
Author:
boris
Message:
  • added new wizards shortcuts to modelica prespective
Location:
trunk/src/org/modelica/mdt
Files:
2 edited

Legend:

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

    r10 r12  
    55import org.eclipse.core.runtime.CoreException;
    66
    7 public class ModelicaNature implements IProjectNature {
     7public class ModelicaNature implements IProjectNature
     8{
    89
    910    public void configure() throws CoreException
  • 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.