Then I'm not in favor to load files in workspace or saving contents to  
file.
Workspace snippets are against classes. If you have a nice and fast  
snippets then you put it in a class
and work a bit and you get an little object. And you can even version it

Stef


On Feb 10, 2009, at 3:49 PM, Keith Hodges wrote:

> http://bugs.squeak.org/view.php?id=5669
>
> I requested then implemented a reasonable API for opening Workspaces  
> on
> strings and files. I now find that pharo has implemented incompatible
> versions of the same.
>
> Workspace openContents: 'blah'.
>
> or
>
> Workspace new
>    contents: 'blah';
>    label: 'Title';
>    open.
>
>
> Keith
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to