When I load that in the latest image I get a topPanel DNU
I do not understand how to fix it.
Stef
| instClass |
instClass := self environment at: #Installer ifAbsent: [self new
installingInstaller].
self new universalInstaller universe
update;
addPackage: 'Shout';
addPackage: 'AST';
addPackage: 'Refactoring Core';
install.
"load latest alpha version of OB directly from its Monticello repo"
instClass wiresong
project: 'ob';
install: 'OmniBrowser';
install: 'OB-Standard';
install: 'OB-Morphic';
install: 'OB-Enhancements';
install: 'OB-Refactory'.
self new universalInstaller universe
addPackage: 'ShoutOmniBrowser';
addPackage: 'eCompletion';
addPackage: 'eCompletionOmniBrowser';
addPackage: 'eCompletion-Traits';
install.
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project