[Pkg] The Trunk: System-spd.329.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 18 15:39:13 UTC 2010


Andreas Raab uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-spd.329.mcz

==================== Summary ====================

Name: System-spd.329
Author: spd
Time: 18 May 2010, 10:15:14.216 am
UUID: 9f46a549-aee2-4e09-8ef7-410ba51ae049
Ancestors: System-ar.328

Added (overrides Categorizer class>>default):
SystemOrganizer class>>default 
  ^ SystemOrganization 

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.

=============== Diff against System-ar.328 ===============

Item was added:
+ ----- Method: SystemOrganizer class>>default (in category 'class initialization') -----
+ default
+ 
+   ^ SystemOrganization
+ !



More information about the Packages mailing list