Re: [Pharo-users] Programmatically changing settings values

2015-01-10 Thread Ben Coman
Or to teach you how to fish rather than just feeding you :) Right click on the option and select "Display export action string". Actually, that has some StartupAction scaffolding probably not relevant is such cases, and it would be good to have an option for that. I'd like to change it from Rig

[Pharo-users] Programmatically changing settings values

2015-01-09 Thread Torsten Bergmann
Pablo wrote >> I would like to change some of the environment settings by code Markus wrote: >The gobal compiler can be changed by SmalltalkImage compilerClass: Compiler There is an easy way how to find this out by yourself: - open World Menu >> System >> Settings and navigate to the setting

Re: [Pharo-users] Programmatically changing settings values

2015-01-09 Thread Marcus Denker
> On 09 Jan 2015, at 18:27, Pablo Herrero wrote: > > Hey everyone, > > I would like to change some of the environment settings by code, > specifically I would like to change the default compiler, from the > menu you would do: World Menu >> System >> Settings >> Compiler >> > Default Compiler ,

[Pharo-users] Programmatically changing settings values

2015-01-09 Thread Pablo Herrero
Hey everyone, I would like to change some of the environment settings by code, specifically I would like to change the default compiler, from the menu you would do: World Menu >> System >> Settings >> Compiler >> Default Compiler , and then set you preference there. How can you do that programmat