[issue33642] IDLE: Use variable number of lines in CodeContext

Terry J. Reedy report at bugs.python.org
Thu May 31 20:57:05 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

On Windows, I observe the following behaviors.

1. When Code Context is enabled on a windows still at its initial height, context lines are added to code lines to increase the window height.

2. When the window height is changed with a mouse, that becomes the fixed height, which is partitioned between context and code lines.  In other words, context lines are taken from and given back to code lines.

3. When height is maximized either with ZoomHeight or WindowMaximize, the behavior is as with 2.  When height is un-maximized, behavior reverts to what it was, either 1 or 2.

What do you see on Linux?

----------

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


More information about the Python-bugs-list mailing list