mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
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
This commit is contained in:
parent
260cb9034c
commit
ef58adf8d6
2 changed files with 4 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue