mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-95471: IDLE - Tweak Edit menu (GH-95481)
Move `Select All` above `Cut` as it is used with `Cut` and `Copy` but not `Paste`. Add a separator between `Replace` and `Go to Line` to separate items that belong to the 'Edit-find' (above) and 'Edit-show' (below) IDLE github project topics.
(cherry picked from commit 53357b3ee5
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
cfef4df7ce
commit
3ca0016939
3 changed files with 7 additions and 1 deletions
|
@ -42,16 +42,17 @@ menudefs = [
|
|||
('_Undo', '<<undo>>'),
|
||||
('_Redo', '<<redo>>'),
|
||||
None,
|
||||
('Select _All', '<<select-all>>'),
|
||||
('Cu_t', '<<cut>>'),
|
||||
('_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>>'),
|
||||
None,
|
||||
('Go to _Line', '<<goto-line>>'),
|
||||
('S_how Completions', '<<force-open-completions>>'),
|
||||
('E_xpand Word', '<<expand-word>>'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue