Hi Stef,
I have a question. Why do we have to do that all this list and not one single ConfigurationOfGTSpotter new load.
Just to make sure that everything is up-to-date ;) Yes, and it should be loaded in the latest Pharo. Cheers, Alex On Wed, Apr 1, 2015 at 3:05 PM, stepharo <stepharo@free.fr> wrote:
I found it a bit too girlish (crash two times before being able to load it). Or it should be a multiple color pinkish style and we should have yellowish, greenish, bluesish windows like in squeak. Now I do not think that it really map with the style that we want to give to pharo.
Stef
Le 1/4/15 11:44, Aliaksei Syrel a écrit :
Hi,
We would like to present a brand new Spotter design! It follows all modern UI techniques as flat and material design. Feel the future coming! Update Spotter to the latest version:
{ { 'ConfigurationOfRubric'. 'AlainPlantec'. 'Rubric' }. { 'ConfigurationOfGlamourCore'. 'Moose'. 'Glamour' }. { 'ConfigurationOfGTInspectorCore'. 'Moose'. 'GToolkit' }. { 'ConfigurationOfGTPlaygroundCore'. 'Moose'. 'GToolkit' }. { 'ConfigurationOfGTSpotter'. 'Moose'. 'GToolkit' }. { 'ConfigurationOfGToolkitCore'. 'Moose'. 'GToolkit' }. } do: [ :spec | Gofer new smalltalkhubUser: spec second project: spec third; package: spec first; load ]. ConfigurationOfGToolkitCore loadDevelopment. KMRepository reset.
Best wishes, GT Team