Fixes in CodeNavigationService - semi-modal navigation should work again.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Feb 2014 23:16:47 +0100
changeset 14057 94bd4556cf5d
parent 14056 1b0f6f3c4bbd
child 14058 6018db6ddc02
Fixes in CodeNavigationService - semi-modal navigation should work again.
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 <jan.vrany@fit.cvut.cz>"
+    "Modified: / 25-02-2014 / 22:06:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 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 $'
 ! !