Bug 41098 - [WorkbenchParts] PartSashContainer should be external
Summary: [WorkbenchParts] PartSashContainer should be external
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2003-08-04 11:50 EDT by Randy Hudson CLA
Modified: 2019-09-06 16:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2003-08-04 11:50:01 EDT
The perspective code which allows users to drag around controls and dock them 
also applies to the editor itself.  Multipage editors are common, but so are 
subdivided editors.  For example, an editor might be divided into a palette on 
the left, and a diagram on the right.  Maybe there is a source window at the 
bottom of the editor.  So, the editor's Control is subdivided like this:

+---+-------------+
| P |             |
| a |     GUI     |
| l |    Editor   |
| e |             |
| t |-------------|
| t |    Source   |
| e |     Pane    |
+---+-------------+

Another example is the Java Heirarchy View.  That view itself is a simple sash 
form container.  Also, it currently is not accessibly for resizing the sash.

GEF clients have asked GEF to provide such functionality.  However, this 
problem is not unique to GEF clients, and we already know of cases (the one 
here) where supporting only a palette and canvas is not good enough.

Other issues to be solved by compound workbench parts would be:
-persistence of user's changes to sashes/layout:
-management of things like which sub-part is currently providing selection to 
the selection service, etc.

Alternatives to this would be vastly improving view management to the point 
where nesting views inside the editor wouldn't be common.

Enhancements would be allowing these nested editor views to be fly-outs, which 
overlapped the primary "pane".
Comment 1 Randy Hudson CLA 2004-01-14 17:03:42 EST
See also bug 46207
Comment 2 Nick Edgar CLA 2006-03-15 13:56:58 EST
Reassigning bugs in component areas that are changing ownership.
Comment 3 Paul Webster CLA 2006-09-28 10:58:41 EDT
There are currently no plans to work on this feature.

PW
Comment 4 Denis Roy CLA 2007-06-22 09:32:30 EDT
Changes requested on bug 193523
Comment 5 Eclipse Webmaster CLA 2019-09-06 16:18:27 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.