The Trunk: EToys-tfel.226.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-tfel.226.mcz

commits-2
Tim Felgentreff uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-tfel.226.mcz

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

Name: EToys-tfel.226
Author: tfel
Time: 31 August 2016, 4:45:00.978793 pm
UUID: 55a28876-750e-f747-8816-b807cc5eb30e
Ancestors: EToys-tfel.225

make the highlight morph work for single stepping through etoys scripts

=============== Diff against EToys-tfel.225 ===============

Item was added:
+ ----- Method: Morph>>boundsSignatureHash (in category '*Etoys') -----
+ boundsSignatureHash
+ "Answer a hash value that can be used to see if I've moved or been changed significantly"
+ ^self boundsInWorld hash
+ !