Hi, The GTInspector offers (among others) the possibility of inspecting the association of a dictionary. I attached here a screenshot with inspecting the BitBlt entry from the "Smalltalk globals" dictionary. The GTInspector can be loaded in Pharo 1.4 by: Gofer new squeaksource: 'glamoroust'; package: 'ConfigurationOfGlamoroust'; load. (Smalltalk at: #ConfigurationOfGlamoroust) perform: #loadDefault. (Smalltalk at: #GTInspector) registerToolsOn: Smalltalk tools. Cheers, Doru On 20 May 2012, at 14:19, Davide Varvello wrote:
Thanks Herby, But if I run an inspector on keys I lose the possibility to see the name of any single key because when you inspect an array you see only a numeric list on the left side of the inspector. Is there a way to avoid it?
Davide
Herby VojÄÃk wrote
Writing "nameOfTheDictionary keys" in the inspect window, selecting it and inspecting it?
Herby
Davide Varvello wrote:
Hi, I'd like to inspect keys of a Dictionary but if I open an inspector on the dictionary and inspect a key, the inspector shows its value, instead I'd like it shows the key object. Is there an easy way to do it?
Cheers Davide
-- View this message in context: http://forum.world.st/Inspecting-keys-in-Dictionaries-tp4630944.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- View this message in context: http://forum.world.st/Inspecting-keys-in-Dictionaries-tp4630944p4630961.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- www.tudorgirba.com "We are all great at making mistakes."