[squeak-dev] The Trunk: ToolBuilder-Kernel-cmm.32.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 3 21:38:17 UTC 2010


Chris Muller uploaded a new version of ToolBuilder-Kernel to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Kernel-cmm.32.mcz

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

Name: ToolBuilder-Kernel-cmm.32
Author: cmm
Time: 2 March 2010, 5:38:33.25 pm
UUID: 6fcc688b-054c-499a-a77c-63d7aa2ad763
Ancestors: ToolBuilder-Kernel-dtl.31

- Support for newly introduced AlternatePluggableListMorphOfMany.

=============== Diff against ToolBuilder-Kernel-dtl.31 ===============

Item was added:
+ PluggableMultiSelectionListSpec subclass: #PluggableAlternateMultiSelectionListSpec
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'ToolBuilder-Kernel'!

Item was added:
+ ----- Method: ToolBuilder>>pluggableAlternateMultiSelectionListSpec (in category 'defaults') -----
+ pluggableAlternateMultiSelectionListSpec
+ 	^ PluggableAlternateMultiSelectionListSpec!

Item was added:
+ ----- Method: PluggableAlternateMultiSelectionListSpec>>buildWith: (in category 'building') -----
+ buildWith: builder
+ 	^ builder buildPluggableAlternateMultiSelectionList: self!




More information about the Squeak-dev mailing list