Changeset 37


Ignore:
Timestamp:
10/02/05 18:39:48 (19 years ago)
Author:
boris
Message:
  • minor improvments of modelica prespective
Location:
trunk/org.modelica.mdt/src/org/modelica/mdt
Files:
2 edited

Legend:

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

    r35 r37  
    6262   
    6363
    64     public void showProjectCreationError(String message, Exception e)
     64    private void showProjectCreationError(String message, Exception e)
    6565    {
    6666        showProjectCreationError(new Status(IStatus.ERROR,
     
    6969   
    7070   
    71     public void showProjectCreationError(IStatus status)
     71    private void showProjectCreationError(IStatus status)
    7272    {
    7373        ErrorDialog.openError(null, "Error", "Could not create project", status);   
  • trunk/org.modelica.mdt/src/org/modelica/mdt/PerspectiveFactory.java

    r35 r37  
    2929        layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.folder");
    3030        layout.addNewWizardShortcut("org.eclipse.ui.wizards.new.file");
     31       
     32        /* add view shortcuts */
     33        layout.addShowViewShortcut("org.modelica.mdt.ProjectsView");
     34        layout.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW);
    3135    }
    3236}
Note: See TracChangeset for help on using the changeset viewer.