Re: [squeak-dev] Namespaces, Packages: Image available for download, screencast.
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.