# HG changeset patch # User Jan Vrany # Date 1393366607 -3600 # Node ID 94bd4556cf5d4d12ea1da3ee9e6f9d9e8633617e # Parent 1b0f6f3c4bbd5b6c1960d12bfff662a6f352751f Fixes in CodeNavigationService - semi-modal navigation should work again. diff -r 1b0f6f3c4bbd -r 94bd4556cf5d Tools__CodeView2.st --- a/Tools__CodeView2.st Tue Feb 25 23:04:06 2014 +0100 +++ b/Tools__CodeView2.st Tue Feb 25 23:16:47 2014 +0100 @@ -537,10 +537,10 @@ ! currentParseNode - - ^self currentParseNodeHolder value + ^self syntaxElementSelection node "Created: / 21-02-2012 / 14:20:12 / Jan Vrany " + "Modified: / 25-02-2014 / 22:06:54 / Jan Vrany " ! delegate: anObject @@ -3873,15 +3873,15 @@ !CodeView2 class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.139 2014-02-25 16:20:14 vrany Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.140 2014-02-25 22:16:47 vrany Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.139 2014-02-25 16:20:14 vrany Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.140 2014-02-25 22:16:47 vrany Exp $' ! version_SVN - ^ '$Id: Tools__CodeView2.st,v 1.139 2014-02-25 16:20:14 vrany Exp $' + ^ '$Id: Tools__CodeView2.st,v 1.140 2014-02-25 22:16:47 vrany Exp $' ! !