Tools__CodeCompletionService.st
changeset 10302 c24d8afc3661
parent 10274 baa3a285f686
child 10413 87cc499c0b60
--- a/Tools__CodeCompletionService.st	Sat Jul 09 17:10:27 2011 +0200
+++ b/Tools__CodeCompletionService.st	Sat Jul 09 20:28:00 2011 +0200
@@ -84,12 +84,14 @@
     "^(Smalltalk at:#SmallSenseService) isNil"
 
     "Sure, it is broken, but we need it!!"
+    "JV2011-07-09: And I preferr SmallSense: this should work for both
+     unless SmallSense is loaded in your image"
 
-    ^ true.
+    ^(Smalltalk at:#SmallSenseService) isNil.
 
     "Created: / 03-04-2011 / 23:08:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 30-06-2011 / 19:02:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 08-07-2011 / 08:42:52 / cg"
+    "Modified: / 09-07-2011 / 19:27:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !CodeCompletionService methodsFor:'event handling'!
@@ -184,7 +186,7 @@
 !CodeCompletionService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.4 2011-07-08 06:50:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.5 2011-07-09 18:28:00 vrany Exp $'
 !
 
 version_SVN