[issue17535] IDLE: Add an option to show line numbers along the left side of the editor window, and have it enabled by default.

Tal Einat report at bugs.python.org
Fri Jul 5 18:44:42 EDT 2019


Tal Einat <taleinat at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue17535>
_______________________________________


More information about the Python-bugs-list mailing list