Yes
yes originally we wanted to have the package name but it was too slow now with
RPackage it should get fast enough.
On Apr 20, 2012, at 5:48 PM, Mariano Martinez Peck wrote:
> 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
>