Hi guys I want to write something on the preferences loading at startup. Now do you know if http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc... is more or less up to date? Stef
It should be. You have to put the script in "~/Library/Preferences/pharo/ " You can check the startup script of Camillo in its github repository ( https://github.com/dh83/script/blob/master/pharo-preferences.st). 2013/6/21 Stéphane Ducasse <stephane.ducasse@inria.fr>
Hi guys
I want to write something on the preferences loading at startup. Now do you know if
http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc... is more or less up to date?
Stef
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
Stef, the basis should be more or less the same. What has changed is mostly the directories in which they are searched, as Clement pointed out. Cheers, On Fri, Jun 21, 2013 at 8:00 PM, Clément Bera <bera.clement@gmail.com>wrote:
It should be.
You have to put the script in "~/Library/Preferences/pharo/ "
You can check the startup script of Camillo in its github repository ( https://github.com/dh83/script/blob/master/pharo-preferences.st).
2013/6/21 Stéphane Ducasse <stephane.ducasse@inria.fr>
Hi guys
I want to write something on the preferences loading at startup. Now do you know if
http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc... is more or less up to date?
Stef
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
-- Mariano http://marianopeck.wordpress.com
On Jun 22, 2013, at 4:03 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Stef, the basis should be more or less the same. What has changed is mostly the directories in which they are searched, as Clement pointed out.
ok where can I find the info because I realised that except your blog nothing was written. Are the class comments up to date? I will add a chapter into Pharo for the enterprise and ask for feedback
Cheers,
On Fri, Jun 21, 2013 at 8:00 PM, Clément Bera <bera.clement@gmail.com> wrote: It should be.
You have to put the script in "~/Library/Preferences/pharo/ "
You can check the startup script of Camillo in its github repository (https://github.com/dh83/script/blob/master/pharo-preferences.st).
2013/6/21 Stéphane Ducasse <stephane.ducasse@inria.fr> Hi guys
I want to write something on the preferences loading at startup. Now do you know if http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc... is more or less up to date?
Stef
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq
-- Mariano http://marianopeck.wordpress.com
There are at list 3 examples as far as I remember :) Ben On Jun 22, 2013, at 8:54 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Jun 22, 2013, at 4:03 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Stef, the basis should be more or less the same. What has changed is mostly the directories in which they are searched, as Clement pointed out.
ok where can I find the info because I realised that except your blog nothing was written. Are the class comments up to date?
I will add a chapter into Pharo for the enterprise and ask for feedback
Cheers,
On Fri, Jun 21, 2013 at 8:00 PM, Clément Bera <bera.clement@gmail.com> wrote: It should be.
You have to put the script in "~/Library/Preferences/pharo/ "
You can check the startup script of Camillo in its github repository (https://github.com/dh83/script/blob/master/pharo-preferences.st).
2013/6/21 Stéphane Ducasse <stephane.ducasse@inria.fr> Hi guys
I want to write something on the preferences loading at startup. Now do you know if http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc... is more or less up to date?
Stef
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq
-- Mariano http://marianopeck.wordpress.com
Pretty cool script. I like the colors thing :-) Phil --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:phil@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane SPRL rue cour Boisacq 101 | 1301 Bierges | Belgium Featured on the Software Process and Measurement Cast http://spamcast.libsyn.com Sparx Systems Enterprise Architect and Ability Engineering EADocX Value Added Reseller On Sat, Jun 22, 2013 at 1:00 AM, Clément Bera <bera.clement@gmail.com>wrote:
It should be.
You have to put the script in "~/Library/Preferences/pharo/ "
You can check the startup script of Camillo in its github repository ( https://github.com/dh83/script/blob/master/pharo-preferences.st).
2013/6/21 Stéphane Ducasse <stephane.ducasse@inria.fr>
Hi guys
I want to write something on the preferences loading at startup. Now do you know if
http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc... is more or less up to date?
Stef
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
StatupLoader>>preferencesGeneralFolder ^ FileLocator preferences asFileReference / 'pharo'. On Sat, Jun 22, 2013 at 10:33 AM, phil@highoctane.be <phil@highoctane.be> wrote:
Pretty cool script.
I like the colors thing :-)
Phil
--- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:phil@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos
High Octane SPRL rue cour Boisacq 101 | 1301 Bierges | Belgium
Featured on the Software Process and Measurement Cast http://spamcast.libsyn.com Sparx Systems Enterprise Architect and Ability Engineering EADocX Value Added Reseller
On Sat, Jun 22, 2013 at 1:00 AM, Clément Bera <bera.clement@gmail.com> wrote:
It should be.
You have to put the script in "~/Library/Preferences/pharo/ "
You can check the startup script of Camillo in its github repository (https://github.com/dh83/script/blob/master/pharo-preferences.st).
2013/6/21 Stéphane Ducasse <stephane.ducasse@inria.fr>
Hi guys
I want to write something on the preferences loading at startup. Now do you know if
http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc... is more or less up to date?
Stef
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq
-- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (6)
-
Benjamin -
Clément Bera -
Damien Cassou -
Mariano Martinez Peck -
phil@highoctane.be -
Stéphane Ducasse