wow thank you so much, this is exactly what I wanted ________________________________ From: Benjamin <benjamin.vanryseghem.pharo@gmail.com> To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr> Sent: Wednesday, 19 December 2012, 15:33 Subject: Re: [Pharo-users] Browsing inherited methods in Nautilus MessageBrowser openFullProtocolForClass: aClass or MessageBrowser openSubProtocolForClass: aClass if you do not want methods from Object and ProtoObject Ben On Dec 19, 2012, at 2:28 PM, Esteban Lorenzano wrote:
Previous versions of pharo use to have a "protocol browser", which idea was to show exactly that. But no one was using so it was removed. I still miss a way to easy access that information but I feel a specific browser is too much. Probably a Nautilus plugin would be a lot better :)
On Dec 19, 2012, at 10:23 AM, Camillo Bruni <camillobruni@gmail.com> wrote:
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.