[squeak-dev] The Trunk: Morphic-nice.705.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Dec 15 17:19:54 UTC 2013


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!



More information about the Squeak-dev mailing list