This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2018-05-23.07:45:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527061536.07.0.682650639539.issue33610@psf.upfronthosting.co.za>
In-reply-to
Content
11. Use read-only Text instead of Label for context. Text.index(f'@{e.x},{e.y}', where e is event, converts mouse click to line number.  That can be mapped to text line number for 8. above.  Text also enables

12. If context box is too short for all lines, add scrollbar.

13. When horizontal scrollbars are added to editor, scroll context along with text scroll.
History
Date User Action Args
2018-05-23 07:45:36terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2018-05-23 07:45:36terry.reedysetmessageid: <1527061536.07.0.682650639539.issue33610@psf.upfronthosting.co.za>
2018-05-23 07:45:36terry.reedylinkissue33610 messages
2018-05-23 07:45:35terry.reedycreate