Tools__CodeNavigationService.st
changeset 10727 b2fc73a2b1fe
parent 10709 e3257bcab5de
child 10878 3424d00f9155
equal deleted inserted replaced
10726:4923229d1e44 10727:b2fc73a2b1fe
   262             or:[key == #CursorDown
   262             or:[key == #CursorDown
   263             or:[key == #CursorLeft
   263             or:[key == #CursorLeft
   264             or:[key == #CursorUp]]]) ifTrue:[   
   264             or:[key == #CursorUp]]]) ifTrue:[   
   265             view sensor pushUserEvent:#highlightVariableAtCursor for:self .
   265             view sensor pushUserEvent:#highlightVariableAtCursor for:self .
   266         ] ifFalse:[
   266         ] ifFalse:[
   267             self highlightClear.
   267             view sensor pushUserEvent:#highlightClear for:self .
   268         ]
   268         ]
   269 
   269 
   270     ].
   270     ].
   271     ^ false
   271     ^ false
   272 
   272 
   273     "Created: / 06-03-2010 / 20:50:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   273     "Created: / 06-03-2010 / 20:50:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   274     "Modified: / 05-09-2011 / 05:17:30 / cg"
   274     "Modified: / 05-09-2011 / 05:17:30 / cg"
   275     "Modified: / 16-09-2011 / 15:28:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   275     "Modified: / 27-09-2011 / 19:24:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   276 !
   276 !
   277 
   277 
   278 keyRelease: key x:x y:y in: view
   278 keyRelease: key x:x y:y in: view
   279     "Handles an event in given view (a subview of codeView).
   279     "Handles an event in given view (a subview of codeView).
   280      If the method returns true, it has eaten the event and it will not be processed
   280      If the method returns true, it has eaten the event and it will not be processed
   591 ! !
   591 ! !
   592 
   592 
   593 !CodeNavigationService class methodsFor:'documentation'!
   593 !CodeNavigationService class methodsFor:'documentation'!
   594 
   594 
   595 version_CVS
   595 version_CVS
   596     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.14 2011-09-16 16:37:04 vrany Exp $'
   596     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.15 2011-09-27 18:29:00 vrany Exp $'
   597 !
   597 !
   598 
   598 
   599 version_SVN
   599 version_SVN
   600     ^ '§Id: Tools__CodeNavigationService.st 7788 2011-06-17 07:57:48Z vranyj1 §'
   600     ^ '§Id: Tools__CodeNavigationService.st 7788 2011-06-17 07:57:48Z vranyj1 §'
   601 ! !
   601 ! !