SmallSense__JavaCompletionEngineSimple.st
changeset 192 f27ce6dac101
parent 157 c71d2e62ece2
child 205 43bee6463c53
child 229 c82a22d2153d
--- a/SmallSense__JavaCompletionEngineSimple.st	Tue Apr 08 15:03:38 2014 +0200
+++ b/SmallSense__JavaCompletionEngineSimple.st	Tue Apr 08 21:46:51 2014 +0200
@@ -248,9 +248,10 @@
 !
 
 addMethodsStartingWith: prefix    
-    ^ self addMethodsStartingWith: prefix filter: [:m | m isJavaMethod ]
+    ^ self addMethodsStartingWith: prefix stripOff: nil filter: [:m | m isJavaMethod ]
 
     "Created: / 03-10-2013 / 18:01:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-04-2014 / 21:37:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !JavaCompletionEngineSimple methodsFor:'completion-private'!