VDBSimpleConsoleView.st
changeset 178 5d1c3e5fab6b
parent 176 a3a4fe982cf9
child 190 f37694040277
--- a/VDBSimpleConsoleView.st	Mon Jul 08 12:37:49 2019 +0100
+++ b/VDBSimpleConsoleView.st	Mon Jul 08 13:31:11 2019 +0100
@@ -93,15 +93,12 @@
             self insertStringAtCursor: insertion.
             bufferPosition := bufferPosition + insertion size.
         ] ifFalse:[
-            self breakPoint: #jv
-        ].
-        matches size > 1 ifTrue:[ 
-            self flash.
-        ].
+            self breakpoint: #jv
+        ]
     ]
 
     "Created: / 12-06-2019 / 18:28:09 / jv"
-    "Modified: / 25-06-2019 / 17:02:28 / jv"
+    "Modified: / 12-06-2019 / 19:54:15 / jv"
 !
 
 completionsShow