StartupAction and StartupLoader
Hi, Is there any way to specify the order of the preferences? Now I put a couple of .st files in my ~/Library/Preferences/pharo folder containing calls to StartupLoader default executeAtomicItems: { StartupAction name: 'Setting my preferences...' code: [ ⦠] and I am wondering if there is a way to specify the order in which those files are accessed. Cheers, R
I do not think so :P Ben On 04 Dec 2013, at 14:45, Roberto Minelli <roberto.minelli@usi.ch> wrote:
Hi,
Is there any way to specify the order of the preferences?
Now I put a couple of .st files in my ~/Library/Preferences/pharo folder containing calls to
StartupLoader default executeAtomicItems: { StartupAction name: 'Setting my preferences...' code: [ ⦠]
and I am wondering if there is a way to specify the order in which those files are accessed.
Cheers, R
participants (2)
-
Benjamin -
Roberto Minelli