diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-06-07 03:21:17 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-06-07 03:21:17 (GMT) |
commit | ef58adf8d6828475a95b36b390d6b788e0894c99 (patch) | |
tree | 21ee2be8c14a0db77ac96f2ef9b3b5984c932af0 /Lib/idlelib/EditorWindow.py | |
parent | 260cb9034c861fa159f26fba8679ac265af47109 (diff) | |
download | cpython-ef58adf8d6828475a95b36b390d6b788e0894c99.zip cpython-ef58adf8d6828475a95b36b390d6b788e0894c99.tar.gz cpython-ef58adf8d6828475a95b36b390d6b788e0894c99.tar.bz2 |
1. Find in Files Dialog shows text selection if there is one
2. Remove obsolete comment associated with Window menu updating
M EditorWindow.py
M GrepDialog.py
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r-- | Lib/idlelib/EditorWindow.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index da08d71..c63823a 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -259,9 +259,6 @@ class EditorWindow: def postwindowsmenu(self): # Only called when Windows menu exists - # XXX Actually, this Just-In-Time updating interferes badly - # XXX with the tear-off feature. It would be better to update - # XXX all Windows menus whenever the list of windows changes. menu = self.menudict['windows'] end = menu.index("end") if end is None: |