The Trunk: EToys-ar.52.mcz

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

The Trunk: EToys-ar.52.mcz

commits-2
Andreas Raab uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-ar.52.mcz

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

Name: EToys-ar.52
Author: ar
Time: 5 January 2010, 10:24:15 am
UUID: c02c930d-4374-dd44-af0d-e2df37d030b3
Ancestors: EToys-ar.51

More unloading work: Move an Etoys method to Etoys.

=============== Diff against EToys-ar.51 ===============

Item was added:
+ ----- Method: Morph>>handMeTilesToFire (in category '*Etoys-support') -----
+ handMeTilesToFire
+ "Construct a phrase of tiles comprising a line of code that will 'fire' this object, and hand it to the user"
+
+ ActiveHand attachMorph: (self assuredPlayer tilesToCall: MethodInterface firingInterface)!