[squeak-dev] [ANN] Dependency Browser update

Hernán Morales Durand hernan.morales at gmail.com
Sun May 3 23:39:58 UTC 2009


Dear all,
  I've updated the Dependency Browser package and documentation, take
a look here:

http://cs.hernanmorales.com.ar/projects/dependencyBrowser/DBrowser-en.php

Quick 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



More information about the Squeak-dev mailing list