#UI_ENHANCEMENT by exept cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Fri, 01 Nov 2019 13:45:24 +0100
branchcvs_MAIN
changeset 1112 31c16b6a0759
parent 1111 188b3b126921
child 1114 48012e286ec1
#UI_ENHANCEMENT by exept class: SmallSense::EditService class comment/format in: #initialize
SmallSense__EditService.st
--- a/SmallSense__EditService.st	Fri Nov 01 13:44:50 2019 +0100
+++ b/SmallSense__EditService.st	Fri Nov 01 13:45:24 2019 +0100
@@ -67,6 +67,8 @@
      map := Screen current keyboardMap.
      map bindValue:#CodeCompletion to: #'Ctrl '.
      map bindValue:#CodeCompletion to: #'CtrlSpace'.
+
+     Screen current keyboardMap at:#CodeCompletion
     "
 
     Smalltalk addStartBlock:[
@@ -244,7 +246,6 @@
 !EditService class methodsFor:'documentation'!
 
 version_CVS
-
     ^ '$Header$'
 !