Hi David, You can open the browser on a method using #openOnMethod: Smalltalk tools browser openOnMethod: (Integer>>#factorial) Cheers, Hernán El jue., 31 ene. 2019 a las 13:23, David Richards (< david.i.richards.iii@gmail.com>) escribió:
Thanks Hernán.
Smalltalk tools browser open.
This code expression is helpful to see and understand.
My question goes further however -- to how we can open the browser to display a specified method of a specified class (e.g. the 'factorial' method of class 'Integer').
David
On Thu, 31 Jan 2019 at 07:10, Hernán Morales Durand < hernan.morales@gmail.com> wrote:
Hi David,
This is the way:
Smalltalk tools browser open.
Cheers,
Hernán
El jue., 31 ene. 2019 a las 8:57, David Richards (< david.i.richards.iii@gmail.com>) escribió:
From 2018-09-29-UpdatedPharoByExample.pdf page 20:
[image: image.png]
How to do this with Calypso?
Smalltalk tools openClassBrowser ...?...
Thanks.