Hi Peter,
 
It's done as a GT extension: see #gtInspectorItemsIn: in class SequencableCollection
and (as nothing is carved in stone in Pharo) for sure this can be changed (or overwritten) ;)
 
HTH
T.
 
Gesendet: Donnerstag, 16. Juni 2016 um 14:10 Uhr
Von: "Peter Uhnák" <[email protected]>
An: "Pharo Development List" <[email protected]>, "Moose-related development" <[email protected]>
Betreff: [Pharo-dev] What is GTInspector using to print UUID?
Hi,
 
how inspector decides what to print in the table/headings/etc?
Because for UUID it prints the bytes (I guess because it's child of ByteArray?), however that's rarely useful for UUID, as normally you want to see the #asString representation.
 
 

Can this be changed?
 
Thanks,
Peter

Reply via email to