The Trunk: Morphic-nice.705.mcz

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

The Trunk: Morphic-nice.705.mcz

commits-2
Nicolas Cellier uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-nice.705.mcz

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

Name: Morphic-nice.705
Author: nice
Time: 15 December 2013, 6:18:16.674 pm
UUID: 076c8036-1ff1-4f61-946e-71936c1380f9
Ancestors: Morphic-nice.704

Move isPartsDonor / isPartsDonor: to Morphic
A small step toward making MorphicExtras unloadable.

=============== Diff against Morphic-nice.704 ===============

Item was added:
+ ----- Method: MorphExtension>>isPartsDonor (in category 'parts bin') -----
+ isPartsDonor
+ "answer whether the receiver is PartsDonor"
+ ^ isPartsDonor!

Item was added:
+ ----- Method: MorphExtension>>isPartsDonor: (in category 'parts bin') -----
+ isPartsDonor: aBoolean
+ "change the receiver's isPartDonor property"
+ isPartsDonor := aBoolean!