> On 12 Mar 2016, at 21:09, Hernán Morales Durand <hernan.mora...@gmail.com> > wrote: > > Welcome Clément, > > 2016-03-12 6:42 GMT-03:00 Clément Dumazy <clement.dum...@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.
This is not such a good idea, it would/could do more harm than it helps. Especially for a beginner. Just my opinion. > Cheers, > > Hernán