eclipse plugin: remove the logview view in the WML perspective
This commit is contained in:
parent
3dc02df602
commit
0f5ea293fe
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ public class WMLPerspective implements IPerspectiveFactory
|
||||||
bottom.addView( IPageLayout.ID_PROGRESS_VIEW );
|
bottom.addView( IPageLayout.ID_PROGRESS_VIEW );
|
||||||
bottom.addView( IConsoleConstants.ID_CONSOLE_VIEW );
|
bottom.addView( IConsoleConstants.ID_CONSOLE_VIEW );
|
||||||
bottom.addView( AddonsView.ID_ADDONS_VIEW );
|
bottom.addView( AddonsView.ID_ADDONS_VIEW );
|
||||||
bottom.addView( "org.eclipse.pde.runtime.LogView" ); //$NON-NLS-1$
|
|
||||||
|
|
||||||
IFolderLayout right = layout.createFolder( "right", IPageLayout.RIGHT, 0.68f, editorArea ); //$NON-NLS-1$
|
IFolderLayout right = layout.createFolder( "right", IPageLayout.RIGHT, 0.68f, editorArea ); //$NON-NLS-1$
|
||||||
right.addView( IPageLayout.ID_OUTLINE );
|
right.addView( IPageLayout.ID_OUTLINE );
|
||||||
|
|
Loading…
Add table
Reference in a new issue