Format L.SubLayout TODO

This commit is contained in:
Adam Vogt 2009-10-16 15:58:37 +00:00
parent f28f32f7ed
commit f61ac3a174

View File

@ -72,21 +72,23 @@ import Data.Map(Map)
-- Larger version: <http://haskell.org/sitewiki/images/8/8b/Xmonad-SubLayouts-xinerama.png> -- Larger version: <http://haskell.org/sitewiki/images/8/8b/Xmonad-SubLayouts-xinerama.png>
-- $todo -- $todo
-- Issue 288: "XMonad.Layout.ResizableTile" assumes that its environment -- /Issue 288/
--
-- "XMonad.Layout.ResizableTile" assumes that its environment
-- contains only the windows it is running: sublayouts are currently run with -- contains only the windows it is running: sublayouts are currently run with
-- the stack containing only the windows passed to it in its environment, but -- the stack containing only the windows passed to it in its environment, but
-- any changes that the layout makes are not merged back. -- any changes that the layout makes are not merged back.
-- --
-- Should the behavior be made optional? -- Should the behavior be made optional?
-- --
-- Features: -- /Features/
-- --
-- * suggested managehooks for merging specific windows, or the apropriate -- * suggested managehooks for merging specific windows, or the apropriate
-- layout based hack to find out the number of groups currently showed, but -- layout based hack to find out the number of groups currently showed, but
-- the size of current window groups is not available (outside of this -- the size of current window groups is not available (outside of this
-- growing module) -- growing module)
-- --
-- SimpleTabbed as a SubLayout -- /SimpleTabbed as a SubLayout/
-- --
-- 'subTabbed' works well, but it would be more uniform to avoid the use of -- 'subTabbed' works well, but it would be more uniform to avoid the use of
-- addTabs, with the sublayout being Simplest (but -- addTabs, with the sublayout being Simplest (but