#BUGFIX by cg cvs_MAIN expecco_19_2_0
authorClaus Gittinger <cg@exept.de>
Tue, 10 Dec 2019 14:59:54 +0100
branchcvs_MAIN
changeset 1115 2182c6e411dc
parent 1114 48012e286ec1
child 1117 80a909e9841c
#BUGFIX by cg class: SmallSense::CompletionView changed: #keyPress:x:y:
SmallSense__CompletionView.st
--- a/SmallSense__CompletionView.st	Fri Nov 22 15:57:21 2019 +0100
+++ b/SmallSense__CompletionView.st	Tue Dec 10 14:59:54 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2014 Jan Vrany
@@ -125,6 +127,8 @@
 !CompletionView methodsFor:'event handling'!
 
 keyPress:key x:x y:y
+    thisContext isRecursive ifTrue:[^ self].
+
     ^ listView keyPress:key x:x y:y
 
     "Created: / 27-09-2013 / 14:05:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"