Hi Ben. I really miss the ability of seing the category in
senders/implementors. Lots of time I want to see for example if all
implementation or senders are in the correct package or not, etc...
So, together with Guille, waiting for the train, we hacked:

FlatMessageListBrowser >> createColumnsFor: anItem

    ^ bindings
        at: anItem
        ifAbsentPut: [ {anItem realClass name. anItem selector asString, '
(' ,anItem category asString, ')'} ]

Not sure if that's the place, but it would be nice to have :)

Thanks

-- 
Mariano
http://marianopeck.wordpress.com

Reply via email to