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 taleinat
Recipients Big Stone, JayKrish, Saimadhav.Heblikar, THRlWiTi, Todd.Rovito, jesstess, malin, markroseman, mthompsonwhs, ned.deily, rhettinger, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2019-07-05.22:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562366682.18.0.531917374665.issue17535@roundup.psfhosted.org>
In-reply-to
Content
I've made some significant improvements in several aspects:

1. Scrolling: performance and behavior
2. Selection entire lines by dragging over line numbers
3.  Color config: a separate highlighting setting for line numbers, which takes effect immediately

I've also remove the Tk version >= 8.5 check, and replaced the hack for getting font updates to take immediate effect.


As far as I can see, the only things left to resolve are:

1. Clear, consistent behavior regarding whether line numbers are enabled by default, and when and how this default is changed.
2. Menu item location, type (boolean flag?) and correctly reflecting the state of each window.
History
Date User Action Args
2019-07-05 22:44:42taleinatsetrecipients: + taleinat, rhettinger, terry.reedy, ned.deily, roger.serwy, markroseman, jesstess, THRlWiTi, Todd.Rovito, serhiy.storchaka, JayKrish, Saimadhav.Heblikar, malin, Big Stone, mthompsonwhs
2019-07-05 22:44:42taleinatsetmessageid: <1562366682.18.0.531917374665.issue17535@roundup.psfhosted.org>
2019-07-05 22:44:42taleinatlinkissue17535 messages
2019-07-05 22:44:41taleinatcreate