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
|
@ -61,10 +61,6 @@ class FileList:
|
|||
def new(self, filename=None):
|
||||
return self.EditorWindow(self, filename)
|
||||
|
||||
def new_callback(self, event):
|
||||
self.new()
|
||||
return "break"
|
||||
|
||||
def close_all_callback(self, event):
|
||||
for edit in self.inversedict.keys():
|
||||
reply = edit.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue