Changeset 139 for trunk


Ignore:
Timestamp:
11/11/05 08:57:37 (19 years ago)
Author:
boris
Message:
  • added problems view to modelica nature
File:
1 edited

Legend:

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

    r113 r139  
    6363                    IPageLayout.BOTTOM, 0.75f, IPageLayout.ID_EDITOR_AREA);
    6464        consoleArea.addView(IConsoleConstants.ID_CONSOLE_VIEW);
    65         consoleArea.addPlaceholder(IPageLayout.ID_PROBLEM_VIEW);       
     65        consoleArea.addView(IPageLayout.ID_PROBLEM_VIEW);       
    6666       
    6767        /* add new wizards */
     
    7575        layout.addShowViewShortcut("org.modelica.mdt.ProjectsView");
    7676        layout.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW);
     77        layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW);
    7778    }
    7879}
Note: See TracChangeset for help on using the changeset viewer.