[plt-scheme] Re: saved window configurations

From: John Clements (clements at brinckerhoff.org)
Date: Tue Sep 25 12:02:46 EDT 2007

On Sep 25, 2007, at 8:24 AM, David Van Horn wrote:

> Chongkai Zhu wrote:
>> Geoffrey S. Knauth wrote:
>>> I often start DrScheme and open several tabs, opening specific  
>>> files one by one into those tabs.  Is there an automated way to  
>>> do this?
>>>
>> DrScheme -> Edit -> Preference -> Editing -> General -> Checking  
>> "open files in separate tabs (not separate windows) ".
>
> I don't think this is what Geoffrey was asking for, unless there is  
> a way to open multiple files at once.

I betcha this would be a medium-easy tool to write.  Here's how I'd  
do it:  the tool could add "save configuration" and "load  
configuration" menu entries.  Saving a configuration would just write  
a bunch of paths to a file.  "load configuration" could read selfsame  
file and open corresponding tabs.

Alternatively, you could have a tool save these as a fresh preference  
item; you'd lose the flexibility of having multiple configuration  
files, but it would be one less thing to worry about.  And yes, you  
could probably just save them as drscheme exited.

Sounds neat!

John

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2223 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20070925/2ea048a7/attachment.p7s>

Posted on the users mailing list.