简体   繁体   English

Eclipse RCP —在“编辑器”文件夹中打开视图

[英]Eclipse RCP — Open View in Editor folder

Is it possible to add placeholders in the editor folder stack? 是否可以在编辑器文件夹堆栈中添加占位符?

I can currently move my views (drag-n-drop) next to an editor, but I want them to be opened directly there. 目前,我可以将视图(拖放)移动到编辑器旁边,但是我希望可以直接在其中打开视图。

If you are using eclipse 3.x, it is not possible. 如果您使用的是eclipse 3.x,则不可能。 With 4.x should be possible (since Eclipse 4 no longer has an editor area, which must be defined for a perspective, so that you can also put editors in a ViewStack.). 应该可以使用4.x(因为Eclipse 4不再具有编辑器区域,必须为透视图定义该区域,以便您也可以将编辑器放入ViewStack中。)。 You may find something useful in Vogella's article . 您可能会在Vogella的文章中找到有用的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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