Tools__CodeNavigationService.st
changeset 15325 c47ce660e294
parent 15172 26249a020c0f
child 15458 c910159068d9
equal deleted inserted replaced
15324:190af6d17b2e 15325:c47ce660e294
   606     ^self elementAtLine:line col:col
   606     ^self elementAtLine:line col:col
   607 
   607 
   608     "Created: / 25-06-2010 / 14:52:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   608     "Created: / 25-06-2010 / 14:52:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   609     "Modified: / 01-08-2010 / 08:50:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   609     "Modified: / 01-08-2010 / 08:50:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   610     "Modified: / 21-08-2011 / 10:26:08 / cg"
   610     "Modified: / 21-08-2011 / 10:26:08 / cg"
   611 !
       
   612 
       
   613 foo
       
   614 |characterPosition index element |
       
   615 
       
   616 characterPosition := 1
       
   617 
       
   618     "Created: / 21-08-2011 / 10:48:05 / cg"
       
   619 !
   611 !
   620 
   612 
   621 highlighEmphasisFor: element
   613 highlighEmphasisFor: element
   622 
   614 
   623     element isNil ifTrue:[^nil].
   615     element isNil ifTrue:[^nil].
   862 ! !
   854 ! !
   863 
   855 
   864 !CodeNavigationService class methodsFor:'documentation'!
   856 !CodeNavigationService class methodsFor:'documentation'!
   865 
   857 
   866 version
   858 version
   867     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.48 2015-02-02 11:56:05 cg Exp $'
   859     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.49 2015-02-19 12:19:57 cg Exp $'
   868 !
   860 !
   869 
   861 
   870 version_CVS
   862 version_CVS
   871     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.48 2015-02-02 11:56:05 cg Exp $'
   863     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.49 2015-02-19 12:19:57 cg Exp $'
   872 !
   864 !
   873 
   865 
   874 version_SVN
   866 version_SVN
   875     ^ '$Id: Tools__CodeNavigationService.st,v 1.48 2015-02-02 11:56:05 cg Exp $'
   867     ^ '$Id: Tools__CodeNavigationService.st,v 1.49 2015-02-19 12:19:57 cg Exp $'
   876 ! !
   868 ! !
   877 
   869