probably I have not been clear enough. What I want is this, as it is already if i click inside Nautilus on a class it shows me all the methods it defines / overides but does not show the methods it inherits. The only way I could find is to browse the hierarchy and browse each class it inherits from but of course thats is tedious.

ctrl-shift-M does not work for me
alt-m works but i have to choose a method and this is not what I want because that is even more time consuming than browsing the hierarchy.

Thanks for the reply.

From: Camillo Bruni <camillobruni@gmail.com>
To: dimitris chloupis <thekilon@yahoo.co.uk>; A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>
Sent: Wednesday, 19 December 2012, 15:23
Subject: Re: [Pharo-users] Browsing inherited methods in Nautilus

this is only partially possible using the following:
   
cmd/ctrl-shift-M     find any implemented method
cmd-m            find a method in the current class

don't forget to check the complete shortcut-list (NautilusWindow, top right corner, "Shortcuts description")

On 2012-12-19, at 05:51, dimitris chloupis <thekilon@yahoo.co.uk> wrote:

> Is it possible to browse inherited methods in Nautilus without going back the hierarchy ?
>
> I want the class to display all its methods including the ones that it inherits from super classes.