Community
Participate
Working Groups
In a plugin's plugin.xml, we can define a perspective extension where custom views can be stacked with existing views. However, it is not possible to change the stacking order, so that the custom view appears above the existing view. An additional attribute for the view element, to set the stacking order would be good to have, so that, for example, we could write: <perspectiveExtension targetID="..."> <view relative="org.eclipse.ui.views.TaskList" relationship="stack" visible="true" id="com.xyz.myview" stackorder="1"/> </perspectiveExtension>
There are currently no plans to work on this feature