EditTextViewCompletionSupport.st
changeset 6659 bf9e461b517c
parent 6657 90673a5bc399
child 6666 7aa9f3c69ba2
--- a/EditTextViewCompletionSupport.st	Fri Aug 02 17:44:54 2019 +0200
+++ b/EditTextViewCompletionSupport.st	Fri Aug 02 17:46:21 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:libwidg' }"
 
 "{ NameSpace: Smalltalk }"
@@ -232,9 +234,10 @@
 !
 
 computeCompletions
-    "Actually compute the completions and update the completion view."
+    "compute the completions.
+     Don't know how to do this here."
 
-    self subclassResponsibility
+    ^ nil
 
     "Created: / 26-09-2013 / 17:35:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !