Issue 5138: File Reload for IDLE

Issue5138

Created on 2009-02-03 04:48 by rhettinger, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg81025 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2009-02-03 04:48
IDLE would be *much* easier to use in conjunction with version control
if there were a reload option that did the equivalent of (close current
with no save, followed by open current file).
msg81581 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2009-02-10 19:06
Duplicate of 1175686.
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49388
2009-02-10 19:06:09rhettingersetstatus: open -> closed
resolution: duplicate
messages: + msg81581
2009-02-03 04:48:45rhettingercreate