简体   繁体   中英

Eclipse RCP: How to Edit or Delete the “Editor Area” view in helloworld app

Hi this is really bugging me I can't find that View so I can either delete it or use it. I can't find it in plugin.xml nor extensions. To know what exactly I'm talking about it's simple : when you create new Hello world project in RCP it's there when you create new view it's still there.

在此输入图像描述

Found it !!,

In Perspective.java insert this line:

public void createInitialLayout(IPageLayout layout) {
    layout.setEditorAreaVisible(false); //line
    }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM