简体   繁体   English

E4为视角做出贡献

[英]E4 contribute to a perspective

I have a perspective that is defined in a plugin.xml. 我有一个在plugin.xml中定义的透视。 Is it possible to contribute with a fragment containing a part sash and some parts to that perspective ? 是否可以为包含该透视图的一部分和某些窗扇的片段做出贡献?

Sounds like you are using E4 with compatibility layer: you cannot extend an E3 perspective with additional elements using E4 fragments. 听起来好像您将E4与兼容层一起使用:您无法使用E4片段通过其他元素扩展E3透视图。 E3 compat layer works on top of E4, ie when the E4 fragments are processed, the E3 perspective is not yet available. E3 COMPAT上E4,即顶层作品当E4片段进行处理,所述E3透视尚不可用。

You could achieve this programmatically, but that (E3 and E4 mix) is not supported (at least not up to Eclipse Oxygen as of today). 您可以通过编程方式实现此目的,但是不支持(E3和E4混合使用)(至少到目前为止不支持Eclipse Oxygen)。

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

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