Tools__CodeCompletionService.st
changeset 10302 c24d8afc3661
parent 10274 baa3a285f686
child 10413 87cc499c0b60
equal deleted inserted replaced
10301:1ec2ef0050ca 10302:c24d8afc3661
    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 
    85 
    86     "Sure, it is broken, but we need it!!"
    86     "Sure, it is broken, but we need it!!"
       
    87     "JV2011-07-09: And I preferr SmallSense: this should work for both
       
    88      unless SmallSense is loaded in your image"
    87 
    89 
    88     ^ true.
    90     ^(Smalltalk at:#SmallSenseService) isNil.
    89 
    91 
    90     "Created: / 03-04-2011 / 23:08:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    92     "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>"
       
    92     "Modified: / 08-07-2011 / 08:42:52 / cg"
    93     "Modified: / 08-07-2011 / 08:42:52 / cg"
       
    94     "Modified: / 09-07-2011 / 19:27:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    93 ! !
    95 ! !
    94 
    96 
    95 !CodeCompletionService methodsFor:'event handling'!
    97 !CodeCompletionService methodsFor:'event handling'!
    96 
    98 
    97 keyPress: key x:x y:y in: view
    99 keyPress: key x:x y:y in: view
   182 ! !
   184 ! !
   183 
   185 
   184 !CodeCompletionService class methodsFor:'documentation'!
   186 !CodeCompletionService class methodsFor:'documentation'!
   185 
   187 
   186 version_CVS
   188 version_CVS
   187     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.4 2011-07-08 06:50:25 cg Exp $'
   189     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.5 2011-07-09 18:28:00 vrany Exp $'
   188 !
   190 !
   189 
   191 
   190 version_SVN
   192 version_SVN
   191     ^ '§Id: Tools__CodeCompletionService.st 7695 2011-04-04 20:09:17Z vranyj1 §'
   193     ^ '§Id: Tools__CodeCompletionService.st 7695 2011-04-04 20:09:17Z vranyj1 §'
   192 ! !
   194 ! !