2015-05-15 8:56 GMT+02:00 Sanjay Minni <s...@planage.com>:

>
> i.e. - can I see the methods defined in the superclass in the circled panel
>    <http://forum.world.st/file/n4826452/Browser.jpg>
>
>
Not in the default browser.
You can only see the little up-arrow, if the method is defined in this
class and at least one super class.
And the arrow is only visible if there are no other icons.

I your example screenshot, "&" and "and:" are both implemented in False and
in the superclass Boolean.
But only "&" has the up-arrow icon because "and:" already has the test
runner icon (the circle).

I am not sure maybe there are other class browsers that let you see all
local and inherited methods of a class.

But what you can do with the default browser:
select a method and choose "Inheritance" from the menu, this opens a
MessageBrowser with the list of classes
of the hierarchy, implementing this method.


nicolai


>
> Sanjay Minni wrote
> > Hi
> >
> > is there a way to see in the browse all the methods implemented in the
> > super classes as well, maybe in a different colour,
> >
> > i thought it was possible but am unable to find it
> >
> > regards
> > Sanjay
>
>
>
>
>
> -----
> ---
> Regards, Sanjay
> --
> View this message in context:
> http://forum.world.st/how-to-see-methods-implemented-in-super-classes-tp4826435p4826452.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>

Reply via email to