Hi,
This was changed on purpose but it was mainly targeted to the label in the inspector. The problem is that when you have a large amount of items, the label did not work well.
The issue was here: https://pharo.fogbugz.com/f/cases/14582/Inspecting-collections-Don-t-print-t...
Your current issue is related to how the items look in the Items presentation. Indeed, there we also use the same gtDisplayString.
Could you open a pharo issue with this?
Cheers, Doru
On Wed, Apr 8, 2015 at 9:10 AM, Jan Kurš kurs.jan@gmail.com wrote:
Hey,
I usually inspect a lot with arrays and since recently, I don't see really an array content, just number of items, eg:
#( #('a' 'b') #('b')) -> inspect
an Array [2 items] an Array [1 item]
Instead of: #( #('a' 'b') #('b'))
This is -- for me -- super-annoying. do you think an original functionality can be returned back, or you have some serious reasons to have it like this?
Cheers, Jan
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev