extensions.st
changeset 18385 3ca2ff019f77
parent 18383 42ce05c64043
child 18393 fd04030f1e56
--- a/extensions.st	Fri Sep 14 21:37:43 2018 +0200
+++ b/extensions.st	Sat Sep 15 09:36:22 2018 +0200
@@ -2612,6 +2612,7 @@
 !StringCollection methodsFor:'inspecting'!
 
 inspector2TabText
+    <inspector2Tab>
 
     ^self newInspector2Tab
         label: 'String';
@@ -2619,15 +2620,7 @@
         view: ((ScrollableView for:TextView) contents: self asString; yourself)
 
     "Created: / 17-02-2008 / 10:13:07 / janfrog"
-! !
-
-!StringCollection methodsFor:'inspecting'!
-
-inspector2Tabs
-    ^ super inspector2Tabs , #( inspector2TabText )
-
-    "Created: / 05-07-2011 / 13:40:43 / cg"
-    "Modified: / 13-02-2015 / 21:03:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 15-09-2018 / 09:34:26 / Claus Gittinger"
 ! !
 
 !Symbol methodsFor:'accessing'!