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:
parent
42bc409339
commit
a2ad72d8d3
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue