]> 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:43:25 +0000 (10:43 -0800)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2020 18:43:25 +0000 (10:43 -0800)
commit846ca4961da24669e6e0c901986e66ff485917b2
tree0d2c71478e04c7e4568dddadf117a45dbeda1830
parent343bc06d8047e4a2e675394528dbb5155be1b3b5
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]