◐ Shell
clean mode source ↗

bpo-39885: IDLE context menu clears selection by terryjreedy · Pull Request #18859 · python/cpython

added 3 commits

March 8, 2020 14:47
Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 8, 2020
Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
(cherry picked from commit 4ca060d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 8, 2020
Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
(cherry picked from commit 4ca060d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

sthagen added a commit to sthagen/python-cpython that referenced this pull request

Mar 8, 2020
 bpo-39885: IDLE context menu clears selection  (python#18859)

miss-islington added a commit that referenced this pull request

Mar 8, 2020
Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
(cherry picked from commit 4ca060d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Mar 8, 2020
Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
(cherry picked from commit 4ca060d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>