diff -r a304c250e889 -r a3a4fe982cf9 VDBSimpleConsoleView.st --- 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