This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2016-02-09.18:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455043905.56.0.530168289761.issue21152@psf.upfronthosting.co.za>
In-reply-to
Content
On idledev, Jeff Silverman requested autosave, I presume for editor windows.  If one is doing closely interactive development, hitting F5 to save and run every few minutes, this would not be necessary.  But if not, ... I know that autosaves in other programs (editors and games) have saved me lots of trouble more than once.

Saving every n minutes should be trivial using .after.  With slightly more work, it could be every n minute the window is active (has the focus).  Any untimed save should reset the timer.  Since IDLE looks at every keystroke (I believe), counting keystrokes and saving every n keystrokes might be possible.
History
Date User Action Args
2016-02-09 18:51:45terry.reedysetrecipients: + terry.reedy
2016-02-09 18:51:45terry.reedysetmessageid: <1455043905.56.0.530168289761.issue21152@psf.upfronthosting.co.za>
2016-02-09 18:51:45terry.reedylinkissue21152 messages
2016-02-09 18:51:45terry.reedycreate