SmallSense__CodeNavigationService.st
changeset 100 6d2fb43e661b
parent 99 6943778c2db7
child 102 538fc4ef040c
--- a/SmallSense__CodeNavigationService.st	Mon Sep 23 14:36:49 2013 +0100
+++ b/SmallSense__CodeNavigationService.st	Tue Sep 24 01:53:26 2013 +0100
@@ -25,7 +25,7 @@
 button1Press
     | node |
 
-    node := codeView currentParseNode.
+    node := currentNodeHolder value.
     node isNil ifTrue:[ 
         ^ self 
     ].
@@ -42,7 +42,7 @@
 
     "Created: / 14-02-2010 / 18:43:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 18-11-2011 / 14:58:02 / cg"
-    "Modified: / 21-02-2012 / 14:30:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-09-2013 / 00:47:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 button1PressForMessageNode: node