diff --git a/repast.simphony.eclipse/src/repast/simphony/eclipse/PerspectiveFactory.java b/repast.simphony.eclipse/src/repast/simphony/eclipse/PerspectiveFactory.java index 501681949..409f37bab 100644 --- a/repast.simphony.eclipse/src/repast/simphony/eclipse/PerspectiveFactory.java +++ b/repast.simphony.eclipse/src/repast/simphony/eclipse/PerspectiveFactory.java @@ -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); @@ -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"); diff --git a/repast.simphony.relogo.ide/src/repast/simphony/relogo/ide/ReLogoPerspectiveFactory.java b/repast.simphony.relogo.ide/src/repast/simphony/relogo/ide/ReLogoPerspectiveFactory.java index 655cea7d9..2d1e3da58 100644 --- a/repast.simphony.relogo.ide/src/repast/simphony/relogo/ide/ReLogoPerspectiveFactory.java +++ b/repast.simphony.relogo.ide/src/repast/simphony/relogo/ide/ReLogoPerspectiveFactory.java @@ -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$ @@ -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);