Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 30144 - [View Mgmt] Perspective: permit stacking custom view above existing view
Summary: [View Mgmt] Perspective: permit stacking custom view above existing view
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 04:28 EST by Darshan Shaligram CLA
Modified: 2006-06-22 08:35 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darshan Shaligram CLA 2003-01-24 04:28:48 EST
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>
Comment 1 Tod Creasey CLA 2006-06-22 08:35:29 EDT
There are currently no plans to work on this feature