Thanks ... while I can get the hierarchy for a locally implemented method, is
there a way for knowing implemented methods in the super class ?

The browser in Dolphin from Object-Arts has an option "show inherited
methods" in which it shows all methods incl those in the super class
hierarchy in the regular browser and the source is visible in read only mode
in normal navigation 

<http://forum.world.st/file/n4826478/DolphinBrowser.jpg> 

This to me is a very useful (and vital) feature

regards
Sanjay



Nicolai Hess wrote
> 2015-05-15 8:56 GMT+02:00 Sanjay Minni &lt;

> sm@

> &gt;:
> 
>>
>> i.e. - can I see the methods defined in the superclass in the circled
>> panel
>>    &lt;http://forum.world.st/file/n4826452/Browser.jpg&gt;
>>
>>
> 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.
>>
>>





-----
---
Regards, Sanjay
--
View this message in context: 
http://forum.world.st/how-to-see-methods-implemented-in-super-classes-tp4826435p4826478.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to