The Trunk: Tools-ct.938.mcz

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

The Trunk: Tools-ct.938.mcz

commits-2
Tobias Pape uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ct.938.mcz

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

Name: Tools-ct.938
Author: ct
Time: 13 February 2020, 12:15:51.607118 am
UUID: a99435a2-f265-504e-8a4f-1cf790eb1887
Ancestors: Tools-topa.931

Overrides #canonicalArgumentName for Text. You don't want to get a generated method stub such as 'setText: anArray'.

=============== Diff against Tools-topa.931 ===============

Item was added:
+ ----- Method: Text>>canonicalArgumentName (in category '*Tools-Debugger') -----
+ canonicalArgumentName
+ ^ 'Text'!