Please no, we need to get rid of this global and move it to an instance variable of SystemDictionary. Like this (and with a few patches to class builder) we have working namespaces.
Lukas On 18 May 2010 16:44, Sean P. DeNigris <[email protected]> wrote: > > In Pharo inbox: System-Support-SeanDeNigris.291 > > Motivation: I was trying to delete a category, and found SystemOrganizer via > Method Names. It wasn't immediately obvious how to use it, so I had to whip > out SBE to remind me of SystemOrganization. > > In SystemOrganizer: > * Added (overrides Categorizer class>>default): > SystemOrganizer class>>default > ^ SystemOrganization > * updated class comment > > Sean > > p.s. also submitted to Squeak inbox > -- > View this message in context: > http://forum.world.st/Feature-SystemOrganizer-class-default-returns-SystemOrganization-tp2221394p2221394.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
