SmallSense__MethodSearchDialog.st
changeset 367 bd7749edb1c6
parent 366 e2083bc62428
child 370 b02030d796d8
--- a/SmallSense__MethodSearchDialog.st	Sat Dec 13 00:11:58 2014 +0000
+++ b/SmallSense__MethodSearchDialog.st	Sat Dec 13 09:02:13 2014 +0000
@@ -127,9 +127,19 @@
     "/ There's a lot of method, do not display them all but
     "/ rather display only recent selections.                   
     "/ 
-    self updateMatchingObjectPOs: (processor matchingObjectPOsFor: self recentlySearchedObjects asArray reversed).
+    self updateMatchingObjectPOs: recentlySearchedObjectPOs asArray reversed.
 
     "Created: / 12-12-2014 / 23:39:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 13-12-2014 / 08:29:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
+!MethodSearchDialog methodsFor:'initialization'!
+
+initialize  
+    super initialize.
+    processor := ImplementorSearchProcessor new.
+
+    "Created: / 13-12-2014 / 08:46:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !MethodSearchDialog methodsFor:'queries'!