# HG changeset patch # User Claus Gittinger # Date 1536996925 -7200 # Node ID 5e30a2e57cbc2d2597034d4fccc29432199e406c # Parent d6e340b272f39c3a1fadc47b77358c0310ad1ae6 #REFACTORING by cg class: SmallSense::ParseTreeIndex removed: #inspector2Tabs changed: #inspector2TabParseTreeInspector diff -r d6e340b272f3 -r 5e30a2e57cbc 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 + + ^ (self newInspector2Tab) label:'Parse Tree'; priority:35; @@ -113,13 +117,7 @@ "Created: / 09-04-2014 / 09:31:49 / Jan Vrany " "Modified: / 10-04-2014 / 08:58:41 / Jan Vrany " -! - -inspector2Tabs - ^ super inspector2Tabs , #(inspector2TabParseTreeInspector) - - "Created: / 09-04-2014 / 09:32:44 / Jan Vrany " - "Modified: / 10-04-2014 / 08:47:28 / Jan Vrany " + "Modified: / 15-09-2018 / 09:34:16 / Claus Gittinger" ! ! !ParseTreeIndex methodsFor:'utilities'!