你需要在Perspective类的createInitialLayout(IPageLayout layout)方法中追加一句:
layout.addView("org.eclipse.ui.views.PropertySheet", IPageLayout.BOTTOM, 0.7f, layout.getEditorArea());
或
layout.addView(IPageLayout.ID_PROP_SHEET, IPageLayout.BOTTOM, 0.7f, layout.getEditorArea());
本文介绍如何在Eclipse中通过修改Perspective类的createInitialLayout方法来调整PropertySheet的位置,使其显示在编辑区域下方,并设置占用70%的空间。
338

被折叠的 条评论
为什么被折叠?



