summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Bindings.py
diff options
context:
space:
mode:
authorSteven M. Gava <elguavas@python.net>2002-01-04 03:06:08 (GMT)
committerSteven M. Gava <elguavas@python.net>2002-01-04 03:06:08 (GMT)
commitc597640515a9ca3aa1807cc633b8d7bf2aa4a4e6 (patch)
tree88cef87efa339ddbac738d35639fa4857693a8bd /Lib/idlelib/Bindings.py
parent43c2de230d926bf3befc7dc55b51e7b37ee5a58f (diff)
downloadcpython-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.py7
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>>'),