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, louielu, taleinat, terry.reedy
Date 2019-07-10.02:59:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562727589.04.0.763252897563.issue30663@roundup.psfhosted.org>
In-reply-to
Content
Oakley's patch was intentionally very general, allowing line number heights to vary because of different fonts, font sizes, or widget inclusions.  This required positioning line numbers by pixel (hence canvas) and accommodating line size changes even in the absence of newline changes.  IDLE's need is simpler (fortunately)l.
History
Date User Action Args
2019-07-10 02:59:49terry.reedysetrecipients: + terry.reedy, taleinat, louielu, cheryl.sabella
2019-07-10 02:59:49terry.reedysetmessageid: <1562727589.04.0.763252897563.issue30663@roundup.psfhosted.org>
2019-07-10 02:59:49terry.reedylinkissue30663 messages
2019-07-10 02:59:48terry.reedycreate