[Pkg] The Trunk: Morphic-tfel.830.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 7 07:46:24 UTC 2015


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



More information about the Packages mailing list