1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Removed the CView and the Resource Navigator from the default C/C++ Perspective.

This commit is contained in:
Doug Schaefer 2007-04-30 16:06:10 +00:00
parent 42bc409339
commit a2ad72d8d3

View file

@ -35,8 +35,8 @@ public class CPerspectiveFactory implements IPerspectiveFactory {
String editorArea = layout.getEditorArea();
IFolderLayout folder1= layout.createFolder("topLeft", IPageLayout.LEFT, (float)0.25, editorArea); //$NON-NLS-1$
folder1.addView(CUIPlugin.CVIEW_ID);
folder1.addView(IPageLayout.ID_RES_NAV);
// folder1.addView(CUIPlugin.CVIEW_ID);
// folder1.addView(IPageLayout.ID_RES_NAV);
folder1.addView("org.eclipse.ui.navigator.ProjectExplorer"); //$NON-NLS-1$
folder1.addPlaceholder(IPageLayout.ID_BOOKMARKS);