去掉RCP空的视图区域
在插件OverView页面点击 “ Lanch an Eclipse application ” 会发现透视图下方有一个空的视图区域, 这是EditorArea, 在 Perspective 类的 createInitialLayout 方法中添加layout。setEditorAreaVisible(false); 把它隐藏掉。