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

Reply via email to