On Apr 11, 2012, at 9:31 PM, Esteban Lorenzano wrote:
Metacello configurations never work on first iteration :P I uploaded one who *should* load now.
I was just mentioning the loading :) I could make it works in a workspace by hand :) Stef
For make it work with Nautilus, you should install NautilusNOCompletion package (Ben will update configuration tomorrow)
Esteban
On Apr 11, 2012, at 9:08 PM, Stéphane Ducasse wrote:
excellent! Excellent! Excellent! So cool to have you around :)
Stef
I just finished a repackaging of NewECompletion and NewOCompletion (a work made mainly by Stef).
Is a clean up of old e/o completion, who allows you to run any of them (last version of ocompletion invalidates ecompletion execution).
To test them, you can do:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfNewOCompletion'; load. (ConfigurationOfNewOCompletion project version: #stable) load.
I could not load it in a recent nautilus I get could not resolve configurationOfNewECompletionâ¦.
Then you can do:
NECController registerToolsOn: Smalltalk tools. "This installs new ecompletion"
or
NOController registerToolsOn: Smalltalk tools. "This installs new ocompletion"
you can test, etc. :)
best, Esteban