Saving workspace in monticello

Colin Putney cputney at wiresong.ca
Thu Dec 21 16:35:18 UTC 2006


On Dec 21, 2006, at 4:13 AM, Keith Hodges wrote:


> How would one go about saving a simple text file, i.e. a workspace  
> or script manager in monticello?
>

You can't do it directly, but you can version the text as part of a  
string literal inside a method. What I tend to do is create a method  
that puts the text where it needs to be - writes out the file or  
opens the workspace - and version that.

Colin




More information about the Squeak-dev mailing list