New submission from maniram maniram <maniandra...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to