Jan. 31, 2019
4:22 p.m.
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.