The Trunk: MorphicExtras-nice.142.mcz

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

The Trunk: MorphicExtras-nice.142.mcz

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

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

Name: MorphicExtras-nice.142
Author: nice
Time: 15 December 2013, 6:20:03.09 pm
UUID: c7a64581-0151-4973-aa8a-2376c4e2b45f
Ancestors: MorphicExtras-nice.141

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

=============== Diff against MorphicExtras-nice.141 ===============

Item was removed:
- ----- Method: MorphExtension>>isPartsDonor (in category '*MorphicExtras-accessing') -----
- isPartsDonor
- "answer whether the receiver is PartsDonor"
- ^ isPartsDonor!

Item was removed:
- ----- Method: MorphExtension>>isPartsDonor: (in category '*MorphicExtras-accessing') -----
- isPartsDonor: aBoolean
- "change the receiver's isPartDonor property"
- isPartsDonor := aBoolean!