7 Commits

Author SHA1 Message Date
David Roundy
002b15cb1f use XPrompt in WorkspaceDir. 2007-08-14 19:11:03 +00:00
David Roundy
1847aa7982 fix WorkspaceDir (which was broken) using LayoutHelpers. 2007-07-26 13:35:20 +00:00
joachim.fasting
88d77b244f Fix type signatures.
Think this fixes the rest of the errors caused by the Layout change.
2007-06-19 22:03:23 +00:00
Andrea Rossato
3d8e47448f WorkspaceDir.hs: info and documentation 2007-06-14 14:44:43 +00:00
David Roundy
1fdb6700d5 add -fglasgow-exts to some modules that use it. 2007-06-12 17:03:49 +00:00
Spencer Janssen
e8e8457e4c Rename safeIO to catchIO 2007-06-11 16:20:28 +00:00
David Roundy
1a90e87933 add WorkspaceDir, which sets the current directory in a workspace.
Actually, it sets the current directory in a layout, since there's no way I
know of to attach a behavior to a workspace.  This means that any terminals
(or other programs) pulled up in that workspace (with that layout) will
execute in that working directory.  Sort of handy, I think.
2007-06-11 15:40:41 +00:00