How would you group / identify related windows ? Actually TWM has these ways for grouping windows: - worlds: http://magaloma.blogspot.com/2011/06/multiple-worlds-for-twm.html
(Pharo 1.4): http://magaloma.blogspot.com/2011/07/twm-docking-windows.html - tabs: (GroupWindowMorph new openInWindowLabeled: 'Window organizer') extent: 400@400 - dock: DockingWindowMorph new openInWorld. but needs some work to be really nice. Laurent On Thu, Dec 22, 2011 at 9:09 PM, Sean P. DeNigris <[email protected]>wrote: > The concept and look of TWM is cool, but for me it groups things in a way > that is non-helpful. I never want to tile "all the browsers" or "all the > workspaces". I want to group tools logically, e.g. "show only the tools > related to fixing bug 1234". > > -- > View this message in context: > http://forum.world.st/Tiling-Window-Manager-tp4226499p4226499.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > >
