The Trunk: System-ul.388.mcz

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

The Trunk: System-ul.388.mcz

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

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

Name: System-ul.388
Author: ul
Time: 27 October 2010, 4:07:56.602 am
UUID: 5b74a352-b28a-6b45-82d6-9118a9071ca0
Ancestors: System-eem.387

- added the general implementation of the code completion hook

=============== Diff against System-eem.387 ===============

Item was added:
+ ----- Method: ToolSet class>>codeCompletionAround:textMorph:keyStroke: (in category 'completion') -----
+ codeCompletionAround: aBlock textMorph: aTextMorph keyStroke: evt
+ self default ifNil: [aBlock value. ^ self].
+ self default codeCompletionAround: aBlock textMorph: aTextMorph keyStroke: evt!