VDBSimpleConsoleView.st
changeset 176 a3a4fe982cf9
parent 170 cd9615ebe6a9
child 178 5d1c3e5fab6b
--- a/VDBSimpleConsoleView.st	Fri Jun 21 22:54:50 2019 +0100
+++ b/VDBSimpleConsoleView.st	Tue Jun 25 15:26:33 2019 +0100
@@ -93,12 +93,15 @@
             self insertStringAtCursor: insertion.
             bufferPosition := bufferPosition + insertion size.
         ] ifFalse:[
-            self breakpoint: #jv
-        ]
+            self breakPoint: #jv
+        ].
+        matches size > 1 ifTrue:[ 
+            self flash.
+        ].
     ]
 
     "Created: / 12-06-2019 / 18:28:09 / jv"
-    "Modified: / 12-06-2019 / 19:54:15 / jv"
+    "Modified: / 25-06-2019 / 17:02:28 / jv"
 !
 
 completionsShow