extensions.st
changeset 279 1dcaf8e06968
parent 275 29e5621cd306
child 289 5c2cffd3c13c
child 354 cbffe76c9b5a
--- a/extensions.st	Wed Aug 13 10:28:35 2014 +0100
+++ b/extensions.st	Wed Aug 13 20:40:56 2014 +0100
@@ -110,6 +110,14 @@
     ^ autoIndent
 ! !
 
+!EditTextViewCompletionSupport methodsFor:'queries'!
+
+isCompletionViewShown
+    ^ completionView notNil and:[ completionView isVisible ]
+
+    "Created: / 13-08-2014 / 16:00:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !HTMLDocumentView methodsFor:'actions'!
 
 doQuickFix: quickFixNo