EditTextViewCompletionSupport.st
changeset 6197 3a3a1cabb663
parent 5995 a44c8b27bbad
child 6315 1362b6366e09
--- a/EditTextViewCompletionSupport.st	Thu Aug 24 17:57:12 2017 +0200
+++ b/EditTextViewCompletionSupport.st	Thu Aug 24 22:44:32 2017 +0200
@@ -105,6 +105,8 @@
         ^ false.
     ].
 
+    editView cursorCol <= 1 ifTrue:[^ false].
+    
     "/ key for completion view ? (careful: do not forward too many, it would disturb user's typing)
     key isCharacter ifFalse:[
         "/ forward to menu
@@ -154,6 +156,8 @@
         ].
     ].
     ^ false.
+
+    "Modified: / 24-08-2017 / 21:32:52 / cg"
 !
 
 postKeyPress:key