deleted unnecessary "folder.addPlaceholder(IPageLayout.ID_RES_NAV);"
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / PHPPerspectiveFactory.java
index 8e709d8..d489d3d 100644 (file)
@@ -18,7 +18,7 @@ public class PHPPerspectiveFactory implements IPerspectiveFactory {
     //         phpResourcesArea.addView(PHPeclipsePlugin.PHP_RESOURCES_VIEW_ID);
     IFolderLayout folder = layout.createFolder("left", IPageLayout.LEFT, (float) 0.25, editorArea); //$NON-NLS-1$
     folder.addView(IPageLayout.ID_RES_NAV);
-    folder.addPlaceholder(IPageLayout.ID_RES_NAV);
+    //folder.addPlaceholder(IPageLayout.ID_RES_NAV);
 
     IFolderLayout consoleArea = layout.createFolder("consoleArea", IPageLayout.BOTTOM, (float) 0.75, editorArea);