mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
move core functionality of SearchBindings.py into EditorWindow.py proper
adjust configuration sources accordingly move SearchBindings.py into the attic now
This commit is contained in:
parent
43c2de230d
commit
c597640515
7 changed files with 69 additions and 139 deletions
|
|
@ -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>>'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue