]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95471: IDLE - Tweak Edit menu (#95481)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 31 Jul 2022 01:09:07 +0000 (21:09 -0400)
committerGitHub <noreply@github.com>
Sun, 31 Jul 2022 01:09:07 +0000 (21:09 -0400)
commit53357b3ee53d767c2da5cd77f9c47117903e9a44
treed9b7608d8627c806327c66561c6c0405566aa907
parent6c439b978bf55b29f21c595e9375202d63c8208d
gh-95471: IDLE - Tweak Edit menu (#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.
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]