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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2018-05-25.00:41:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527208905.36.0.682650639539.issue33642@psf.upfronthosting.co.za>
In-reply-to
Content
Item 7 from #33610:
Change fixed # of lines to variable # of lines as needed, up to limit.  About 15 is limit for 4-space indents in 80 char lines. 

* Change default number of lines to be 15 in config.
* Label in config dialog.
* Initialize context to be one blank line to show it's turned on.
* Remove padding of blank lines.
* Modify tests to show variable number of lines in context text instead of lines scrolling out of view.

Tip: For manual tests, help.py works really well in viewing 15 lines.
History
Date User Action Args
2018-05-25 00:41:45cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2018-05-25 00:41:45cheryl.sabellasetmessageid: <1527208905.36.0.682650639539.issue33642@psf.upfronthosting.co.za>
2018-05-25 00:41:45cheryl.sabellalinkissue33642 messages
2018-05-25 00:41:44cheryl.sabellacreate