Ignore:
Timestamp:
02/17/06 10:40:41 (19 years ago)
Author:
remar
Message:
  • removed the empty console view from the Modelica perspective
  • use elementfile instead of classfilename when getting info from an ElementsInfo? object
File:
1 edited

Legend:

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

    r293 r341  
    6262            layout.createFolder("org.modelica.mdt.consoleArea",
    6363                    IPageLayout.BOTTOM, 0.75f, IPageLayout.ID_EDITOR_AREA);
    64         consoleArea.addView(IConsoleConstants.ID_CONSOLE_VIEW);
    6564        consoleArea.addView(IPageLayout.ID_PROBLEM_VIEW);       
    6665       
     
    7372        /* add view shortcuts */
    7473        layout.addShowViewShortcut("org.modelica.mdt.ProjectsView");
    75         layout.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW);
    7674        layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW);
    7775    }
Note: See TracChangeset for help on using the changeset viewer.