commit | b43cc31a270d0dacbc69e35d6c6fbdb5edd7e711 | [log] [tgz] |
---|---|---|
author | Tal Einat <532281+taleinat@users.noreply.github.com> | Mon May 03 05:27:38 2021 +0300 |
committer | GitHub <noreply@github.com> | Sun May 02 22:27:38 2021 -0400 |
tree | f656c691cf80d2b927037808ea51d4f75ae20a16 | |
parent | 90d523910a61290597b4599f17363b532f0a4411 [diff] |
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708) Left click and drag to select lines. With selection, right click for context menu with copy and copy-with-prompts. Also add copy-with-prompts to the text-box context menu. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>