Skip to content

Commit

Permalink
Remove deprecated Navigator view from Repast/Relogo Perspective
Browse files Browse the repository at this point in the history
  • Loading branch information
etatara committed Oct 22, 2020
1 parent bb811d0 commit 1360b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void createInitialLayout(IPageLayout layout) {
}
}
folder.addView(JavaUI.ID_PACKAGES);
folder.addView(IPageLayout.ID_RES_NAV);
// folder.addView(IPageLayout.ID_RES_NAV);

IFolderLayout outputfolder = layout.createFolder("bottom", IPageLayout.BOTTOM, (float) 0.75, //$NON-NLS-1$
editorArea);
Expand All @@ -118,7 +118,7 @@ public void createInitialLayout(IPageLayout layout) {
// views - standard workbench
layout.addShowViewShortcut(IPageLayout.ID_OUTLINE);
layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW);
layout.addShowViewShortcut(IPageLayout.ID_RES_NAV);
// layout.addShowViewShortcut(IPageLayout.ID_RES_NAV);
layout.addShowViewShortcut(IPageLayout.ID_TASK_LIST);
layout.addShowViewShortcut(IProgressConstants.PROGRESS_VIEW_ID);
layout.addShowViewShortcut("org.eclipse.ui.navigator.ProjectExplorer");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void createInitialLayout(IPageLayout layout) {
}
}
folder.addView(JavaUI.ID_PACKAGES);
folder.addView(IPageLayout.ID_RES_NAV);
// folder.addView(IPageLayout.ID_RES_NAV);

IFolderLayout outputfolder = layout.createFolder(
"bottom", IPageLayout.BOTTOM, (float) 0.75, editorArea); //$NON-NLS-1$
Expand Down Expand Up @@ -129,7 +129,7 @@ public void createInitialLayout(IPageLayout layout) {
// views - standard workbench
layout.addShowViewShortcut(IPageLayout.ID_OUTLINE);
layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW);
layout.addShowViewShortcut(IPageLayout.ID_RES_NAV);
// layout.addShowViewShortcut(IPageLayout.ID_RES_NAV);
layout.addShowViewShortcut(IPageLayout.ID_TASK_LIST);
layout.addShowViewShortcut(IProgressConstants.PROGRESS_VIEW_ID);
layout.addShowViewShortcut(ID_PROJECT_EXPLORER);
Expand Down

0 comments on commit 1360b57

Please sign in to comment.