[squeak-dev] Namespaces, Packages: Image available for download, screencast.

Igor Stasenko siguctua at gmail.com
Wed Jul 16 00:33:09 UTC 2008


Oh, and also, i'm missing a code for a namespace definition. E.g. in
same way as browser shows a code how to define new classes, it should
show a code how namespaces are defined, like:

Morphic addNamespace: #Kernel

or, with predefined list of imports:

Morphic addNamespace: #Kernel
imports:  'Kernel.Objects Collections'

or:
Morphic addNamespace: #Kernel
imports:  'Kernel.Objects<xx> Collections<yy>'


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list