On Apr 6, 2010, at 7:45 32AM, James Ladd wrote:
Hi Pharo,
I got the .MCZ package installed, but there is a dependency on RBProgramNode
which I can't find.
I'm looking for the package / source for RBProgramNode, which I think could just
be a image version issue. Is it?
Rgs, James.
I'd recon you need RB installed, open MetacelloRepository, load ConfigurationOfRefactoringBrowser, and type ConfigurationOfRefactoringBrowser project latestVersion load.
(Or browse the package and see what you need to load manually in baseline/version methods).
The ProgramNode class itself is in the AST-Core-Nodes package.
Kind of hard to tell if that is all you need though, as the link you provided leads me to the squeaksource frontpage...