diff -r 1ec2ef0050ca -r c24d8afc3661 Tools__CodeCompletionService.st --- 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 " - "Modified: / 30-06-2011 / 19:02:09 / Jan Vrany " "Modified: / 08-07-2011 / 08:42:52 / cg" + "Modified: / 09-07-2011 / 19:27:31 / Jan Vrany " ! ! !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