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 <camillobr...@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 <theki...@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. >> >> > >