SM (was OCompletion in 4.3?)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

SM (was OCompletion in 4.3?)

Chris Cunnington
Yea, that's a good point. Scripts come in different flavours: Installer,
Metacello, MC configurations.

With a variable for FooFooFoo, a list of the projects at
MetacelloRepository could be loaded with this:

Installer ss
        project: 'MetacelloRepository';
        install: 'FooFooFoo'.
((Smalltalk at: #FooFooFoo) project version: #stable) load.

Executable with a button push from the SM GUI. Perhaps that's a good place to start with SqS.

Thanks,
Chris