[New-bugs-announce] [issue13571] Backup files support in IDLE

maniram maniram report at bugs.python.org
Sat Dec 10 04:09:32 CET 2011


New submission from maniram maniram <maniandram01 at gmail.com>:

Automatically save files in IDLE's editor which are not saved to backup file(s) (perhaps in .idlerc) every minute.

If IDLE crashes, save all files that are not saved to backup file(s) and then re-raise the error (like a finally statement)

When IDLE detects a backup file make it prompt the user whether (s)he wants to move the backup file to the original file and also have a button to view the backup file and a button to view the original file (both the buttons are in the prompt).

----------
components: IDLE
messages: 149140
nosy: maniram.maniram
priority: normal
severity: normal
status: open
title: Backup files support in IDLE

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13571>
_______________________________________


More information about the New-bugs-announce mailing list