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, miss-islington, taleinat, terry.reedy
Date 2019-07-16.05:10:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563253825.5.0.0370665893199.issue33610@roundup.psfhosted.org>
In-reply-to
Content
I2: replace font/hightlight loop with notification and immediate change instead of a delay is a bugfix.

In testing PR 14675 for #37530 I discovered a bug.  'Show' always shows a single blank line, as if the top visible line were the top line of the file.  One should not have to scroll to trigger the context calculation.  This exists now, prior to the new PR. If/when we add a hotkey (M4), once should be able to show, see context, and hide just by hitting hotkey twice.  Add

C3: Make 'Show' show the context for the current top visible line.
History
Date User Action Args
2019-07-16 05:10:25terry.reedysetrecipients: + terry.reedy, taleinat, cheryl.sabella, miss-islington
2019-07-16 05:10:25terry.reedysetmessageid: <1563253825.5.0.0370665893199.issue33610@roundup.psfhosted.org>
2019-07-16 05:10:25terry.reedylinkissue33610 messages
2019-07-16 05:10:25terry.reedycreate