#REFACTORING by cg cvs_MAIN expeccoALM_1_13 expecco_18_2_0 expecco_18_2_1
authorClaus Gittinger <cg@exept.de>
Sat, 15 Sep 2018 09:35:25 +0200
branchcvs_MAIN
changeset 1076 5e30a2e57cbc
parent 1074 d6e340b272f3
child 1079 408cfc9ef1b1
#REFACTORING by cg class: SmallSense::ParseTreeIndex removed: #inspector2Tabs changed: #inspector2TabParseTreeInspector
SmallSense__ParseTreeIndex.st
--- a/SmallSense__ParseTreeIndex.st	Sat Jul 28 10:08:13 2018 +0200
+++ b/SmallSense__ParseTreeIndex.st	Sat Sep 15 09:35:25 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -102,6 +104,8 @@
 !ParseTreeIndex methodsFor:'inspecting'!
 
 inspector2TabParseTreeInspector
+    <inspector2Tab>
+
     ^ (self newInspector2Tab)
         label:'Parse Tree';
         priority:35;
@@ -113,13 +117,7 @@
 
     "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
-    ^ super inspector2Tabs , #(inspector2TabParseTreeInspector)
-
-    "Created: / 09-04-2014 / 09:32:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 10-04-2014 / 08:47:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 15-09-2018 / 09:34:16 / Claus Gittinger"
 ! !
 
 !ParseTreeIndex methodsFor:'utilities'!