My third addition to GT-Inspector:
===
Name: GT-InspectorExtensions-Core-SvenVanCaekenberghe.61
Author: SvenVanCaekenberghe
Time: 5 October 2014, 11:07:12.742994 pm
UUID: 5a40e21d-c56d-467a-ae31-7878678f6254
Ancestors: GT-InspectorExtensions-Core-AndreiChis.60
Allow items of String and ByteArray to be inspected (removed #gtInspectorItemsIn: for those classes)
Switched index and item columns in SequenceableCollection>>#gtInspectorItemsIn:
Added ByteArray>>#gtInspectorBytesIn: to show
- a hex string
- a set of formatted hex blocks
- latin1 interpretation
- utf8 interpretation
- integer interpretation (big endian)
- reversed integer interpretation (little endian)
with error handling and interactive size protection
===
It looks like this:
This is based on what we had in EyeByteArrayInspector.
Needs to be looked at I guess.
Sven