]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 28 Feb 2020 18:41:17 +0000 (10:41 -0800)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2020 18:41:17 +0000 (10:41 -0800)
commitf4198aee4c288ce47c5803e87a461e31f81a0138
tree8d7b20fa8ea215262f4bc3d5cd9776eab29f8977
parent3bf9de2fb954bd1131f4f41517d7d5c316fb95f8
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)

Previously, the button-up part of selecting with a mouse was treated as a click
that meant 'jump' to this line, which modified the context and undid the selection
(cherry picked from commit c705fd1e89ccb8f6d414ec817b4616546147d877)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/codecontext.py
Lib/idlelib/idle_test/test_codecontext.py
Misc/NEWS.d/next/IDLE/2020-02-27-22-17-09.bpo-39781.bbYBeL.rst [new file with mode: 0644]