SmallSense__PO.st
changeset 159 289c7ef539af
parent 157 c71d2e62ece2
child 167 cb0d59c5b344
--- a/SmallSense__PO.st	Wed Jan 22 12:52:34 2014 +0000
+++ b/SmallSense__PO.st	Wed Jan 22 21:54:51 2014 +0000
@@ -151,7 +151,8 @@
     stringToInsert := stringToComplete copyFrom: (stringAlreadyWritten size + 1).
     textView isCodeView2 ifTrue:[textView := textView textView].
     (stringToComplete startsWith: stringAlreadyWritten) ifTrue:[
-        context support insertElectric: stringToInsert ignoreKeystrokes: stringToInsert
+        context support electricInsert:stringToInsert
+              ignoreKeystrokes:stringToInsert
     ] ifFalse:[
        textView undoableDo:[
             | startCol endCol |