Bug 384302 - Allow tiling views within a stack
Summary: Allow tiling views within a stack
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 14:41 EDT by Andrew Niefer CLA
Modified: 2012-07-09 13:58 EDT (History)
3 users (show)

See Also:


Attachments
mockup (59.60 KB, image/png)
2012-07-04 14:41 EDT, Andrew Niefer CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2012-07-04 14:41:47 EDT
Created attachment 218289 [details]
mockup

It would be nice to be able to tile views within a single stack so that they are all visible instead of stacked on top of one another and a single set of maximize/minimize buttons affects them all.

See attached mockup for clarification.
This will allow for easier control of maximizing/minimizing certain areas of the screen.
Comment 1 Thomas Schindl CLA 2012-07-06 08:22:07 EDT
Not 100% sure - do you only talk about. Do you only want to see the same behavior you have in the "editor-area" (which is technically already implemented by MArea at the low-level) or something #378298 introduces where a Tab can hold multiple children (views/editors).
Comment 2 Andrew Niefer CLA 2012-07-09 10:41:04 EDT
Yes, I would like the same 3.8-style behaviour you get in the editor area (single min/max button for tiled editors).  4.2 also enables a second editor behaviour (separate min/max buttons for tiled editors).  Both methods are useful for different reasons.  (Sorry, I don't quite know what each part is called, stack/sash etc).

Bug 378298 seems a bit tighter integration between views than what I was thinking.  I was still imagining the views each with their own tab.
Comment 3 Thomas Schindl CLA 2012-07-09 10:57:45 EDT
so from a model pov this is a MArea. Just tried to make such an area using the live model editor but I failed to construct something useful.
Comment 4 Eric Moffatt CLA 2012-07-09 13:58:06 EDT
If we go down the route that the new 'area' must contain more than one stack (i.e. if you drag the other stack out of it then it's no longer an 'area') then we'll need some sort of multi-select gesture to be able to make a new 'area'.