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.