]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95471: IDLE - Tweak Edit menu (GH-95481)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 31 Jul 2022 01:34:04 +0000 (18:34 -0700)
committerGitHub <noreply@github.com>
Sun, 31 Jul 2022 01:34:04 +0000 (18:34 -0700)
commit3ca00169391a00d652abe31cbb15e8a684ceb3a6
treebcd510a122bd5e9bcc763b7253d5886a9635f5b7
parentcfef4df7cebeaabc9962c55492603293862f51e2
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 53357b3ee53d767c2da5cd77f9c47117903e9a44)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/mainmenu.py
Misc/NEWS.d/next/IDLE/2022-07-30-15-10-39.gh-issue-95471.z3scVG.rst [new file with mode: 0644]