The Trunk: ToolBuilder-Kernel-cmm.32.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ToolBuilder-Kernel-cmm.32.mcz

commits-2
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!