Search code examples
javauser-interfaceeclipse-rcpe4

Always show Part Stack in Eclipse E4


In my Eclipse E4 application I hava a part stack with some parts in it. Now I need a way to always show the part stack (also when all the parts in it are closed by the user).

How can I provide this feature in my E4 application?

enter image description here


Solution

  • Add the value NoAutoCollapse to the Tags of the Part Stack that should always be shown.

    NoAutoCollapse tags