diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-04 03:06:08 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-04 03:06:08 (GMT) |
commit | c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6 (patch) | |
tree | 88cef87efa339ddbac738d35639fa4857693a8bd /Lib/idlelib/Bindings.py | |
parent | 43c2de230d926bf3befc7dc55b51e7b37ee5a58f (diff) | |
download | cpython-c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6.zip cpython-c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6.tar.gz cpython-c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6.tar.bz2 |
move core functionality of SearchBindings.py into EditorWindow.py proper
adjust configuration sources accordingly
move SearchBindings.py into the attic now
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r-- | Lib/idlelib/Bindings.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 1a8374b..29d0cf4 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -41,6 +41,13 @@ menudefs = [ ('_Copy', '<<Copy>>'), ('_Paste', '<<Paste>>'), ('Select _All', '<<select-all>>'), + None, + ('_Find...', '<<find>>'), + ('Find a_gain', '<<find-again>>'), + ('Find _selection', '<<find-selection>>'), + ('Find in Files...', '<<find-in-files>>'), + ('R_eplace...', '<<replace>>'), + ('Go to _line', '<<goto-line>>'), ]), ('run',[ ('Python shell', '<<open-python-shell>>'), |