[Pharo-project] OCompletion
Hi everyone, I have just a stupid question but how can I load OCompletion ? I've tried to load packages but I just got a tons of DNU ... Is there a magic formula somewhere over the web ? Thanks in advance, Ben
Off the top of my head, that should be something like: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOCompletion'; load. (Smalltalk at: #ConfigurationOfOCompletion) perform: #loadDefault. Cheers, Romain On Thu, May 12, 2011 at 5:37 AM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
Hi everyone,
I have just a stupid question but how can I load OCompletion ?
I've tried to load packages but I just got a tons of DNU ...
Is there a magic formula somewhere over the web ?
Thanks in advance,
Ben
Try: http://book.pharo-project.org/book/PharoTools/OCompletion/?_s=vZFSHqszRaNX3S... but version 1.3 I guess. On Thu, May 12, 2011 at 4:05 PM, Romain Robbes <romain.robbes@gmail.com>wrote:
Off the top of my head, that should be something like:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOCompletion'; load. (Smalltalk at: #ConfigurationOfOCompletion) perform: #loadDefault.
Cheers, Romain
On Thu, May 12, 2011 at 5:37 AM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
Hi everyone,
I have just a stupid question but how can I load OCompletion ?
I've tried to load packages but I just got a tons of DNU ...
Is there a magic formula somewhere over the web ?
Thanks in advance,
Ben
-- Mariano http://marianopeck.wordpress.com
participants (3)
-
Benjamin -
Mariano Martinez Peck -
Romain Robbes