Eclipse RCP — Open View in Editor folder

2019-09-16 15:18发布

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.

1条回答
Ridiculous、
2楼-- · 2019-09-16 15:36

If you are using eclipse 3.x, it is not possible. 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.). You may find something useful in Vogella's article.

查看更多
登录 后发表回答