]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
authorTal Einat <532281+taleinat@users.noreply.github.com>
Mon, 3 May 2021 02:27:38 +0000 (05:27 +0300)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 02:27:38 +0000 (22:27 -0400)
commitb43cc31a270d0dacbc69e35d6c6fbdb5edd7e711
treef656c691cf80d2b927037808ea51d4f75ae20a16
parent90d523910a61290597b4599f17363b532f0a4411
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>
Doc/whatsnew/3.10.rst
Lib/idlelib/NEWS.txt
Lib/idlelib/autocomplete.py
Lib/idlelib/autocomplete_w.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_autocomplete_w.py
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/pyshell.py
Lib/idlelib/sidebar.py
Misc/NEWS.d/next/IDLE/2021-05-02-20-25-53.bpo-37903.VQ6VTU.rst [new file with mode: 0644]