Sept. 11, 2012
4:39 p.m.
I a Pharo newbie need help to use it .. Installation went without error ;-) Peter 2012/9/11 HwaJong Oh <daliot.oh@gmail.com>
Supports: Pharo 1.2, 1.3, 1.4 Browser support: SystemBrowser, OmniBrowser.
evalutate following code to install
project := 'DaliotsPlayground'. conf := 'ConfigurationOfDaliotsPlayground'. pak := 'SourceCodeTourGuide'.
Gofer new squeaksource: project; package: conf; load. (Smalltalk at: conf asSymbol ) project lastVersion load: pak.
And then click menu item.. WorldMenu > Tools > SourceCodeTourGuide
Cheers HwaJong Oh
-- View this message in context: http://forum.world.st/SourceCodeTourGuide-tp4647010.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.