[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread miss-islington


miss-islington  added the comment:


New changeset 846ca4961da24669e6e0c901986e66ff485917b2 by Miss Islington (bot) 
in branch '3.8':
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
https://github.com/python/cpython/commit/846ca4961da24669e6e0c901986e66ff485917b2


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread miss-islington


miss-islington  added the comment:


New changeset f4198aee4c288ce47c5803e87a461e31f81a0138 by Miss Islington (bot) 
in branch '3.7':
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
https://github.com/python/cpython/commit/f4198aee4c288ce47c5803e87a461e31f81a0138


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread miss-islington


Change by miss-islington :


--
pull_requests: +18048
pull_request: https://github.com/python/cpython/pull/18689

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +18047
pull_request: https://github.com/python/cpython/pull/18688

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39781] IDLE: Do not jump when select in codecontext

2020-02-28 Thread Terry J. Reedy


Terry J. Reedy  added the comment:


New changeset c705fd1e89ccb8f6d414ec817b4616546147d877 by Terry Jan Reedy in 
branch 'master':
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
https://github.com/python/cpython/commit/c705fd1e89ccb8f6d414ec817b4616546147d877


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39781] IDLE: Do not jump when select in codecontext

2020-02-27 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
keywords: +patch
pull_requests: +18042
stage: commit review -> patch review
pull_request: https://github.com/python/cpython/pull/18683

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue39781] IDLE: Do not jump when select in codecontext

2020-02-27 Thread Terry J. Reedy


New submission from Terry J. Reedy :

Tweak the code context widget so people can select context lines and copy to 
clipboard (perhaps to document nested code) without having to do the copy while 
still holding down the left mouse button.  Button-down, move, and release (to 
select) is not really a 'click', so I don't think a doc change is needed.

--
assignee: terry.reedy
components: IDLE
messages: 362861
nosy: cheryl.sabella, terry.reedy
priority: normal
severity: normal
stage: commit review
status: open
title: IDLE: Do not jump when select in codecontext
type: behavior
versions: Python 3.7, Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com