[Pharo-project] new ecompletion and ocompletion
Hi, 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. 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
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
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â¦.
It needs some extensions to make it works, so I will fix it tomorrow :) Ben
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
Metacello configurations never work on first iteration :P I uploaded one who *should* load now. 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
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
participants (3)
-
Benjamin -
Esteban Lorenzano -
Stéphane Ducasse