Em 23-02-2011 11:22, Rob Vens escreveu:I am attempting to do the Pharo by Example book, but a package browser (which is used in the examples) is not in the 1.1.1 or 1.2 image.Should I still use categories? If I create a package in Monticello browser I am not able to add classes or anything (not as far as I could see).Just starting out using Pharo, so apologies if these questions are already answered elsewhere.
One way to fix situation is to load O2 browser:
In workspace paste:
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfO2';
load.
((Smalltalk at: #ConfigurationOfO2) project latestVersion) load.
& exec it.