Welcome Clément, 2016-03-12 6:42 GMT-03:00 Clément Dumazy <clement.dumazy@gmail.com>:
Hello,
I'm a French student who have learned Pharo for 2 months during a university course. As this was the first time I use Pharo IDE and the first time I program in Pharo, my teacher suggested me to send a mail on the mailing list if I encounter problems.
I encountered some problems/suggestions with using the IDE :
- As I crashed the IDE several times, is there a way to automatically save the image every 5 minutes (or every other frequency) to avoid the loss of my work ?
[ [ true ] whileTrue: [ (Delay forSeconds: 300) wait. Smalltalk snapshot: true andQuit: false ] ] forkAt: Processor userInterruptPriority. You can access the Process Browser to stop the process. Cheers, Hernán