Smalltalk tools browser openOnMethod: Object>>#name that works too
On 28 Jan 2014, at 21:44, Sean P. DeNigris <s...@clipperadams.com> wrote: > Benjamin Van Ryseghem-2 wrote >> Nautilus openOnMethod: (aClass>>#selector) > > Yes, that works. I got confused because there used to be a standard > browser-agnostic way to do it. I was expecting the message to be in > AbstractTool. I guess now the way is: > Smalltalk tools browser openOnMethod: (aClass>>#selector) > or > Smalltalk tools browser newOnClass: Object selector: #= > since "Smalltalk tools browser" returns Nautilus by default. > > > > ----- > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/Open-a-Browser-Selector-of-Class-tp4739945p4739959.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >