processing / processing-experimental

Experimental Mode for the PDE
72 stars 25 forks source link

Added AutoSave feature as an enhancement #70

Closed joelmoniz closed 10 years ago

joelmoniz commented 10 years ago

This consists of a pop-up, which includes a "Remember this decision" check-box, that pops-up every time the user tries to run a sketch that hasn't been saved, and gives the user the option of saving and running the sketch, or running it directly without saving.

However, the AutoSave feature has deliberately been left out for an untitled sketch, since untitled sketches are often used for prototyping.

joelmoniz commented 10 years ago

@Manindra29 : Thanks. I have now added a separate autoSave() function. I have also called super.prepareRun() after the user chooses to save/not.

joelmoniz commented 10 years ago

Ok. I've removed the status notices and the variables are no longer re-initialized.

Please let me know of anything else that needs to be corrected. Thanks

Manindra29 commented 10 years ago

Yes, this looks much better! I'll merge it soon :+1:

joelmoniz commented 10 years ago

Thanks