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

@ -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()