commit | 356ed4c8ce6061640a1d8b1707dc57241b81856d | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jul 30 18:32:47 2022 -0700 |
committer | GitHub <noreply@github.com> | Sat Jul 30 18:32:47 2022 -0700 |
tree | 98b65ac353abf602a5695b9f293c5ff6d5cd6822 | |
parent | bfed0ae8c021a1649962647e2412db35cdcc418f [diff] |
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>