Tools__CodeCompletionService.st
changeset 13204 7dbb1dd9c4af
parent 13100 ee16ab69a969
child 13250 0decde6c459d
child 13445 72f632746eb4
equal deleted inserted replaced
13203:909820bee403 13204:7dbb1dd9c4af
    89     ^(Smalltalk at:#SmallSenseService) isNil.
    89     ^(Smalltalk at:#SmallSenseService) isNil.
    90 
    90 
    91     "Created: / 03-04-2011 / 23:08:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    91     "Created: / 03-04-2011 / 23:08:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    92     "Modified: / 08-07-2011 / 08:42:52 / cg"
    92     "Modified: / 08-07-2011 / 08:42:52 / cg"
    93     "Modified: / 27-07-2011 / 11:47:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    93     "Modified: / 27-07-2011 / 11:47:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    94 !
       
    95 
       
    96 isUsefulFor:aCodeView
       
    97     "this filters useful services.
       
    98      Redefined to return true for myself - not for subclasses"
       
    99 
       
   100     ^ self == Tools::CodeCompletionService
       
   101 
       
   102     "Created: / 22-07-2013 / 13:59:54 / cg"
    94 ! !
   103 ! !
    95 
   104 
    96 !CodeCompletionService methodsFor:'event handling'!
   105 !CodeCompletionService methodsFor:'event handling'!
    97 
   106 
    98 keyPress: key x:x y:y in: view
   107 keyPress: key x:x y:y in: view
   183 ! !
   192 ! !
   184 
   193 
   185 !CodeCompletionService class methodsFor:'documentation'!
   194 !CodeCompletionService class methodsFor:'documentation'!
   186 
   195 
   187 version_CVS
   196 version_CVS
   188     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.7 2013-07-04 17:06:35 cg Exp $'
   197     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeCompletionService.st,v 1.8 2013-07-22 12:02:14 cg Exp $'
   189 !
   198 !
   190 
   199 
   191 version_SVN
   200 version_SVN
   192     ^ '$Id: Tools__CodeCompletionService.st,v 1.7 2013-07-04 17:06:35 cg Exp $'
   201     ^ '$Id: Tools__CodeCompletionService.st,v 1.8 2013-07-22 12:02:14 cg Exp $'
   193 ! !
   202 ! !
   194 
   203