ScriptManager for Pharo 2.0 also with code completion

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

ScriptManager for Pharo 2.0 also with code completion

Torsten Bergmann
Note that with the latest update for Pharo 2.0 ([update 2.0] #20185)
or the latest one click image

https://ci.lille.inria.fr/pharo/view/Pharo%202.0/job/Pharo-2.0/lastSuccessfulBuild/artifact/Pharo-2.0-one-click.zip


you can easily load ScriptManager using

Tools -> ConfigurationBrowser -> click on "ScriptManager"
and select "Install configuration (Stable version)"

After loading go to "Tools" -> "ScriptManager"

Note that ScriptManager is now using Fuel for
exporting/importing which is not compatible with the
old ReferenceStream.

It now exports into *.fuel files instead of *.obj.

Have fun
T.



Reply | Threaded
Open this post in threaded view
|

Re: ScriptManager for Pharo 2.0 also with code completion

Sean P. DeNigris
Administrator
Torsten Bergmann wrote
you can easily load ScriptManager using
Thanks, Torsten!
Cheers,
Sean