[squeak-dev] The Trunk: Monticello-bf.476.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jul 11 10:39:10 UTC 2011


Bert Freudenberg uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-bf.476.mcz

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

Name: Monticello-bf.476
Author: bf
Time: 11 July 2011, 12:36:42.723 pm
UUID: 57186853-3e93-4687-a49d-7e488b464287
Ancestors: Monticello-bf.475

show empty categories in snapshot browser

=============== Diff against Monticello-bf.475 ===============

Item was added:
+ ----- Method: MCSnapshotBrowser>>packageOrganizations (in category 'accessing') -----
+ packageOrganizations
+ 	^ items select: [:ea | ea isOrganizationDefinition]!

Item was changed:
  ----- Method: MCSnapshotBrowser>>visibleCategories (in category 'listing') -----
  visibleCategories
+ 	^ ((self packageOrganizations gather: [:ea | ea categories]),
+ 		(self packageClasses collect: [:ea | ea category]))
- 	^ (self packageClasses collect: [:ea | ea category]) 
  			asSet asSortedCollection add: self extensionsCategory; yourself.!




More information about the Squeak-dev mailing list