diff -r 190af6d17b2e -r c47ce660e294 Tools__CodeNavigationService.st --- a/Tools__CodeNavigationService.st Thu Feb 19 13:19:27 2015 +0100 +++ b/Tools__CodeNavigationService.st Thu Feb 19 13:19:57 2015 +0100 @@ -610,14 +610,6 @@ "Modified: / 21-08-2011 / 10:26:08 / cg" ! -foo -|characterPosition index element | - -characterPosition := 1 - - "Created: / 21-08-2011 / 10:48:05 / cg" -! - highlighEmphasisFor: element element isNil ifTrue:[^nil]. @@ -864,14 +856,14 @@ !CodeNavigationService class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.48 2015-02-02 11:56:05 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.49 2015-02-19 12:19:57 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.48 2015-02-02 11:56:05 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.49 2015-02-19 12:19:57 cg Exp $' ! version_SVN - ^ '$Id: Tools__CodeNavigationService.st,v 1.48 2015-02-02 11:56:05 cg Exp $' + ^ '$Id: Tools__CodeNavigationService.st,v 1.49 2015-02-19 12:19:57 cg Exp $' ! !