Tim Felgentreff uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-tfel.830.mcz==================== Summary ====================
Name: Morphic-tfel.830
Author: tfel
Time: 7 April 2015, 9:45:48.692 am
UUID: 4aae75f5-9ea4-8c4c-875d-8cb60e19fa5c
Ancestors: Morphic-mt.829
add messages to spy on a selection
=============== Diff against Morphic-mt.829 ===============
Item was added:
+ ----- Method: PluggableTextMorph>>spyOnIt (in category 'menu commands') -----
+ spyOnIt
+ self handleEdit: [textMorph editor spyOnIt]!
Item was added:
+ ----- Method: SmalltalkEditor>>spyOnIt (in category 'do-its') -----
+ spyOnIt
+
+ ^ MessageTally spyOn: [self evaluateSelection]!