Tools__CodeNavigationService.st
changeset 13561 14ca499f0ca4
parent 13536 c7a7ca8afcdd
child 13564 05ed2f6a11ab
equal deleted inserted replaced
13560:c4c66417f7de 13561:14ca499f0ca4
   288      If the method returns true, the event will not be processed
   288      If the method returns true, the event will not be processed
   289      by the view."
   289      by the view."
   290 
   290 
   291     "/ if I show a quick senders/implementors menu, eat this event
   291     "/ if I show a quick senders/implementors menu, eat this event
   292     ^ menuShown notNil
   292     ^ menuShown notNil
       
   293 !
       
   294 
       
   295 findNextVariableFromCursor
       
   296 
       
   297     "Created: / 18-09-2013 / 13:15:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   298 !
       
   299 
       
   300 findPreviousVariableFromCursor
       
   301 
       
   302     "Created: / 18-09-2013 / 13:15:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   293 !
   303 !
   294 
   304 
   295 isQuickMenuModifierPressed
   305 isQuickMenuModifierPressed
   296     ^ textView isQuickMenuModifierPressed
   306     ^ textView isQuickMenuModifierPressed
   297 "/
   307 "/
   759 ! !
   769 ! !
   760 
   770 
   761 !CodeNavigationService class methodsFor:'documentation'!
   771 !CodeNavigationService class methodsFor:'documentation'!
   762 
   772 
   763 version
   773 version
   764     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.37 2013-09-09 11:21:15 cg Exp $'
   774     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.38 2013-09-18 13:24:31 vrany Exp $'
   765 !
   775 !
   766 
   776 
   767 version_CVS
   777 version_CVS
   768     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.37 2013-09-09 11:21:15 cg Exp $'
   778     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.38 2013-09-18 13:24:31 vrany Exp $'
   769 !
   779 !
   770 
   780 
   771 version_SVN
   781 version_SVN
   772     ^ '$Id: Tools__CodeNavigationService.st,v 1.37 2013-09-09 11:21:15 cg Exp $'
   782     ^ '$Id: Tools__CodeNavigationService.st,v 1.38 2013-09-18 13:24:31 vrany Exp $'
   773 ! !
   783 ! !
   774 
   784