EditTextViewCompletionSupport.st
changeset 5995 a44c8b27bbad
parent 5960 d5697b81bbe6
child 6197 3a3a1cabb663
child 6348 bbae86d44915
--- a/EditTextViewCompletionSupport.st	Thu Dec 08 04:52:23 2016 +0000
+++ b/EditTextViewCompletionSupport.st	Fri Dec 09 13:44:48 2016 +0100
@@ -246,7 +246,7 @@
             Error handle:[:ex |
                 Smalltalk isSmalltalkDevelopmentSystem ifTrue:[ ex reject ]
             ] do:[ 
-                (editView topView isKindOf:DebugView) ifTrue:[
+                (editView topView isDebugView) ifTrue:[
                     ControlInterrupt ignoreIn:[
                         self computeCompletions.
                     ].