added: #inspector2TabBytes
authorClaus Gittinger <cg@exept.de>
Tue, 12 Jul 2011 19:34:51 +0200
changeset 10314 260acdfbc85c
parent 10313 a2f4e3f74efe
child 10315 25455118d667
added: #inspector2TabBytes changed: #inspector2Tabs
extensions.st
--- a/extensions.st	Tue Jul 12 19:33:05 2011 +0200
+++ b/extensions.st	Tue Jul 12 19:34:51 2011 +0200
@@ -201,7 +201,7 @@
 !CharacterArray methodsFor:'inspecting'!
 
 inspector2Tabs
-    ^ #( inspector2TabCommon inspector2TabText )
+    ^ #( inspector2TabCommon inspector2TabText inspector2TabBytes )
 
     "Created: / 05-07-2011 / 13:40:27 / cg"
 ! !
@@ -1509,5 +1509,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.38 2011-07-12 17:33:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.39 2011-07-12 17:34:51 cg Exp $'
 ! !
\ No newline at end of file