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 terry.reedy
Date 2020-12-14.11:29:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607945394.59.0.0452931693477.issue42638@roundup.psfhosted.org>
In-reply-to
Content
Test: open editor.py in editor.  Turn on Code context with large max lines.  Scroll down to body of _sphinx_version (after line 37).  Nothing appears.  Scroll down to line 82 in EditorWindow.__init__.  'def _sphinx_version' appears.  Scroll up (again with arrow key) to the 'def _sphinx_version' line and it diappears from the context.  Usually repeats.

Is it coincidence that 82 - 37 = 45, the lines in the window?  No.  Shrink window to 26 lines and context line appears when at line 37 + 26 = 63.
History
Date User Action Args
2020-12-14 11:29:54terry.reedysetrecipients: + terry.reedy
2020-12-14 11:29:54terry.reedysetmessageid: <1607945394.59.0.0452931693477.issue42638@roundup.psfhosted.org>
2020-12-14 11:29:54terry.reedylinkissue42638 messages
2020-12-14 11:29:54terry.reedycreate