Yes. The other option is to always evaluate something like this:

|instClass|
instClass := Smalltalk at: #Installer ifAbsent: [ScriptLoader
loadLatestPackage: 'Installer-Core' fromSqueaksource: 'Installer'. Smalltalk
at: #Installer].
instClass ss     project: 'OCompletion';     install: 'OCLoader'.

I think is piece of code is self explained. If not, just ask.

Cheers,

Mariano



On Sat, Jun 27, 2009 at 9:17 AM, Stéphane Ducasse <[email protected]
> wrote:

> steve which image are you using?
>
> You have to install the Installer you can do it that way
>        ScriptLoader new installingInstaller (bad name I should change it to
> installInstaller).
>
> Stef
>
> On Jun 27, 2009, at 4:53 AM, Steve Hayes wrote:
>
> > I'm sorry, I'm a complete novice at Pharo. When I try to "do" that
> > code fragment I get "Unknown variable: Installer". Can someone tell me
> > what I'm doing wrong?
> >
> > On 26/06/2009, at 11:58 PM, Romain Robbes wrote:
> >
> >> Dear Pharo users,
> >>
> >> I fixed a few things in OCompletion:
> >>
> >> -When completing class names, performance should be improved when
> >> scrolling the list of possibilities.
> >> -Pressing tab when there are no matches in the cache of recently used
> >> entries will bring up the normal completion menu.
> >> -Fixed issue when on rare occasions the selected item in the menu
> >> would be out of sync with the entries and cause a walkback.
> >>
> >> As always, OCompletion is available at:
> >>
> >> Installer squeaksource project: 'OCompletion'; install: 'OCLoader'
> >>
> >> Cheers,
> >>      Romain
> >> --
> >> Romain Robbes
> >> http://www.inf.unisi.ch/phd/robbes
> >>
> >>
> >> _______________________________________________
> >> Pharo-project mailing list
> >> [email protected]
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> > Steve
> >
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [email protected]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to