[New-bugs-announce] [issue24799] IDLE should detect changes to open files by other processes

Al Sweigart report at bugs.python.org
Wed Aug 5 21:05:39 CEST 2015


New submission from Al Sweigart:

Many IDEs will check for changes to their opened files made by other programs. This is usually done with a quick check when the IDE's window gets focus.

A dialog will tell the user the file has changed on disk and ask if they want to reload it. This dialog is only shown when the file has changed AND there are unsaved changes made in the editor. Otherwise, the file changes are just silently reloaded. (This is the behavior of Sublime Text.)

----------
components: IDLE
messages: 248059
nosy: Al.Sweigart
priority: normal
severity: normal
status: open
title: IDLE should detect changes to open files by other processes
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list