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
This commit is contained in:
Kurt B. Kaiser 2003-06-06 21:58:38 +00:00
parent b268f03459
commit 260cb9034c
3 changed files with 4 additions and 7 deletions

View file

@ -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: