changed: #isAvailable
authorClaus Gittinger <cg@exept.de>
Fri, 08 Jul 2011 08:50:25 +0200
changeset 10274 baa3a285f686
parent 10273 83fad2bd03bd
child 10275 1151182dcaae
changed: #isAvailable keep the working stuff active, until the experimental stuff is finished.
Tools__CodeCompletionService.st
--- a/Tools__CodeCompletionService.st	Thu Jul 07 21:46:27 2011 +0200
+++ b/Tools__CodeCompletionService.st	Fri Jul 08 08:50:25 2011 +0200
@@ -83,12 +83,13 @@
 
     "^(Smalltalk at:#SmallSenseService) isNil"
 
-    "Disable it, it is broken!!"
+    "Sure, it is broken, but we need it!!"
 
-    ^ false.
+    ^ true.
 
     "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"
 ! !
 
 !CodeCompletionService methodsFor:'event handling'!
@@ -183,7 +184,7 @@
 !CodeCompletionService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.3 2011-07-07 14:15:04 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.4 2011-07-08 06:50:25 cg Exp $'
 !
 
 version_SVN