Feb. 14, 2012
3:17 a.m.
On 2/13/2012 2:11 PM, Tudor Girba wrote:
Hi,
I lost track of the latests developments around RB. What is the way to load RB in Pharo 1.4?
Cheers, Doru
Hello Doru, Below is the content of that thread. Re: Ann: OmniBrowser stable for 1.4 with RB Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOmniBrowser'; load. (ConfigurationOfOmniBrowser project version: #stable) load: #( 'Dev' 'Dev Tests'). Gofer new squeaksource: 'Nautilus'; package: 'ConfigurationOfNautilus'; load. ConfigurationOfNautilus loadDefault. Nautilus open Jimmie