[squeak-dev] The Trunk: System-ul.388.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 27 22:31:32 UTC 2010


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!




More information about the Squeak-dev mailing list