summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-06-06 21:58:38 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-06-06 21:58:38 (GMT)
commit260cb9034c861fa159f26fba8679ac265af47109 (patch)
treeb71f9585e1e49b9a892587748b35bbaeea9881cc /Lib/idlelib/EditorWindow.py
parentb268f0345956603cfae226946b80060b6fc28be1 (diff)
downloadcpython-260cb9034c861fa159f26fba8679ac265af47109.zip
cpython-260cb9034c861fa159f26fba8679ac265af47109.tar.gz
cpython-260cb9034c861fa159f26fba8679ac265af47109.tar.bz2
1. Update WindowList registry when filename changes so that
Window menu updates. 2. Display Python Shell window in Window menu 3. Remove some dead code in FileList.py M EditorWindow.py M FileList.py M WindowList.py
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r--Lib/idlelib/EditorWindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py
index 86532f8..da08d71 100644
--- a/Lib/idlelib/EditorWindow.py
+++ b/Lib/idlelib/EditorWindow.py
@@ -486,6 +486,7 @@ class EditorWindow:
if self.flist:
self.flist.filename_changed_edit(self)
self.saved_change_hook()
+ self.top.update_windowlist_registry(self)
if self.ispythonsource(self.io.filename):
self.addcolorizer()
else: