On 18 Mar 2014, at 11:42, Pharo4Stef <pharo4Stef@free.fr> wrote:
yes but my projects are often not related.
What I mean is: make a meta Metacello configuration, ConfigurationOfStef, that loads everything you need by dependency.
I will try to add a menu in the configurationBrowser to generate nice information such as
Gofer it
smalltalkhubUser: 'MartinDias' project: 'Epicea';
configuration; loadStable.
Gofer it
smalltalkhubUser: 'DamienCassou' project: 'Pier-Gutemberg';
package: 'ConfigurationOfCatalog';
load.
That would be a nice add on.
Stef
On 18 Mar 2014, at 11:14, Sven Van Caekenberghe <sven@stfx.eu> wrote:
One way to do this (restore all your own stuff in a new image) is to use a single configuration ...
On 18 Mar 2014, at 11:08, Pharo4Stef <pharo4Stef@free.fr> wrote:
Hi guys
I�m starting to get bored to always reload my projects in new images.
I would like to have a simple button to say
Save script to reload on a project
Does any of you implement such behavior?
Else I will do it.
Stef
Maybe the Configuration Browser could tag configurations to be loaded
in every new image.� If the Startup scripts set a shared global package
cache directory [1], that information could be stored there.