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
+ !