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-06-03.15:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528040934.1.0.592728768989.issue33610@psf.upfronthosting.co.za>
In-reply-to
Content
After writing the above, I realized that line scroll only touches editor.py, not codecontext.py.  On the other hand, the next item, 8. jump to context line did have to wait.  Replacing Label with Text will require explicit height setting with each context change.  The click handler will be a simplified version of the scroll handler you just wrote.  Jumping to a line will look much better when it jumps to a whole rather than a fractional line.  Again, one of us should say something before starting.
History
Date User Action Args
2018-06-03 15:48:54terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2018-06-03 15:48:54terry.reedysetmessageid: <1528040934.1.0.592728768989.issue33610@psf.upfronthosting.co.za>
2018-06-03 15:48:54terry.reedylinkissue33610 messages
2018-06-03 15:48:54terry.reedycreate