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!