On 29 Jan 2014, at 10:16, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Smalltalk tools browser openOnMethod: Object>>#name
that works too
Except that you chose a method that must die as an example ;-)
On 28 Jan 2014, at 21:44, Sean P. DeNigris <sean@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.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.