Dear all,
I've updated the Dependency Browser package and documentation, take
a look here:
http://cs.hernanmorales.com.ar/projects/dependencyBrowser/DBrowser-en.phpQuick install if you have OmniBrowser and Installer packages loaded:
| dwInstaller |
dwInstaller := Installer ss project: 'DependencyWalker'.
dwInstaller
install: 'DependencyWalker';
install: 'OBDependencyWalker';
install: 'DWTraitsFix'.
( Smalltalk version beginsWith: 'Squeak' )
ifTrue: [ dwInstaller install: 'OBDWMethodNodeFix' ]
Cheers.
HernĂ¡n