#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 24 Aug 2017 22:44:32 +0200
changeset 6197 3a3a1cabb663
parent 6196 2ce864a88bb4
child 6198 8c4bc6c92871
#UI_ENHANCEMENT by cg class: EditTextViewCompletionSupport changed: #handleKeyPress:x:y:
EditTextViewCompletionSupport.st
--- 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