added: #inspector2TabBytes
authorClaus Gittinger <cg@exept.de>
Tue, 12 Jul 2011 19:34:40 +0200
changeset 13504 66059f9c83cd
parent 13503 84caa8653a84
child 13505 3149df906108
added: #inspector2TabBytes changed: #inspector2Tabs
CharacterArray.st
--- a/CharacterArray.st	Fri Jul 08 13:23:27 2011 +0200
+++ b/CharacterArray.st	Tue Jul 12 19:34:40 2011 +0200
@@ -1507,7 +1507,6 @@
     ^ true
 ! !
 
-
 !CharacterArray methodsFor:'character searching'!
 
 includesMatchCharacters
@@ -3715,6 +3714,18 @@
     "Modified: / 11-05-2010 / 19:12:37 / cg"
 ! !
 
+!CharacterArray methodsFor:'inspecting'!
+
+inspector2TabBytes
+
+    ^self newInspector2Tab
+        label: 'Bytes';
+        priority: 75;
+        view: ((ScrollableView for:Inspector) inspect: self asByteArray; yourself)
+
+    "Created: / 17-02-2008 / 10:10:50 / janfrog"
+    "Created: / 12-07-2011 / 19:34:20 / cg"
+! !
 
 !CharacterArray methodsFor:'matching - glob expressions'!
 
@@ -5913,11 +5924,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.452 2011-05-05 14:28:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.453 2011-07-12 17:34:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.452 2011-05-05 14:28:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.453 2011-07-12 17:34:40 cg Exp $'
 ! !
 
 CharacterArray initialize!