Benjamin Van Ryseghem-2 wrote
So it's really boring (and time consuming) to have to set my preferences to have a nice environment to work with all the time.
I understand that and have the same problem, but solved it in the image with code and Metacello. Mariano has a blog post about it at http://marianopeck.wordpress.com/2011/11/19/loading-projects-and-building-yo.... In fact, the Metacello approach solves the next problem the script will run into, which is that each version of Pharo is a different incompatible platform, so there will have to be a different script for each 1.3, 1.4, 102.16; or create tags, or a script language, or... I am hesitant to add mechanisms outside the image because one of Smalltalk's compelling strengths is its consistency (we don't even have mathematical operator precedence, for ch*st sake :)) and this is one more thing to learn/understand/remember esp. for newbies. Also, maybe this is how Java's XML virus started ;-) -- View this message in context: http://forum.world.st/Startup-Preferences-tp4129591p4196010.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.