Tools__CodeCompletionService.st
changeset 10259 45e2c87eddaf
parent 10075 9678631201b9
child 10274 baa3a285f686
equal deleted inserted replaced
10258:7d2454c716de 10259:45e2c87eddaf
    79 
    79 
    80 isAvailable
    80 isAvailable
    81 
    81 
    82     "CodeCompletionService is superseded by SmallSense"
    82     "CodeCompletionService is superseded by SmallSense"
    83 
    83 
    84     ^(Smalltalk at:#SmallSenseService) isNil
    84     "^(Smalltalk at:#SmallSenseService) isNil"
       
    85 
       
    86     "Disable it, it is broken!!"
       
    87 
       
    88     ^ false.
    85 
    89 
    86     "Created: / 03-04-2011 / 23:08:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    90     "Created: / 03-04-2011 / 23:08:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    91     "Modified: / 30-06-2011 / 19:02:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    87 ! !
    92 ! !
    88 
    93 
    89 !CodeCompletionService methodsFor:'event handling'!
    94 !CodeCompletionService methodsFor:'event handling'!
    90 
    95 
    91 keyPress: key x:x y:y in: view
    96 keyPress: key x:x y:y in: view
   176 ! !
   181 ! !
   177 
   182 
   178 !CodeCompletionService class methodsFor:'documentation'!
   183 !CodeCompletionService class methodsFor:'documentation'!
   179 
   184 
   180 version_CVS
   185 version_CVS
   181     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.2 2011-07-03 17:50:17 cg Exp $'
   186     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.3 2011-07-07 14:15:04 vrany Exp $'
   182 !
   187 !
   183 
   188 
   184 version_SVN
   189 version_SVN
   185     ^ '§Id: Tools__CodeCompletionService.st 7695 2011-04-04 20:09:17Z vranyj1 §'
   190     ^ '§Id: Tools__CodeCompletionService.st 7695 2011-04-04 20:09:17Z vranyj1 §'
   186 ! !
   191 ! !