mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
b268f03459
commit
260cb9034c
3 changed files with 4 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue