The Trunk: Tools-ul.274.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-ul.274.mcz

commits-2
Levente Uzonyi uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ul.274.mcz

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

Name: Tools-ul.274
Author: ul
Time: 27 October 2010, 4:07:30.901 am
UUID: 38bfc5f6-6715-e245-8f73-16c74f0681ce
Ancestors: Tools-ul.273

- added the default implementation of the completion hook

=============== Diff against Tools-ul.273 ===============

Item was added:
+ ----- Method: StandardToolSet class>>codeCompletionAround:textMorph:keyStroke: (in category 'completion') -----
+ codeCompletionAround: aBlock textMorph: aTextMorph keyStroke: evt
+ ^ aBlock value!