SmallSense__ParseTreeIndex.st
changeset 197 49a859d7aa94
parent 196 47c92efe24e5
child 249 8bc64027b189
--- a/SmallSense__ParseTreeIndex.st	Thu Apr 10 08:57:44 2014 +0200
+++ b/SmallSense__ParseTreeIndex.st	Thu Apr 10 09:00:57 2014 +0200
@@ -104,11 +104,14 @@
     ^ (self newInspector2Tab)
         label:'Parse Tree';
         priority:35;
-        application:[
-                    SmallSense::ParseNodeInspector new node:tree source:source
-                ] yourself
+        application:
+            [
+                SmallSense::ParseTreeInspector new node:tree source:source
+            ];
+        yourself
 
     "Created: / 09-04-2014 / 09:31:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 10-04-2014 / 08:58:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 inspector2Tabs