]> 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:32:47 +0000 (18:32 -0700)
committerGitHub <noreply@github.com>
Sun, 31 Jul 2022 01:32:47 +0000 (18:32 -0700)
commit356ed4c8ce6061640a1d8b1707dc57241b81856d
tree98b65ac353abf602a5695b9f293c5ff6d5cd6822
parentbfed0ae8c021a1649962647e2412db35cdcc418f
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]