Skip to content

Commit

Permalink
Remove left and bottom panels of workbench default perspective
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekraghuram committed Sep 6, 2016
1 parent acb682e commit af34f3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public void createInitialLayout(IPageLayout layout) {
String editorArea = layout.getEditorArea();
layout.setEditorAreaVisible(true);

createLeftFolder(layout, editorArea);
//createLeftFolder(layout, editorArea);
createRightFolder(layout, editorArea);
createTopFolder(layout, editorArea);
createBottomFolder(layout, editorArea);
//createBottomFolder(layout, editorArea);

// Add shortcuts to menu
layout.addShowViewShortcut(GrammarTreeView.ID);
Expand Down

0 comments on commit af34f3a

Please sign in to comment.