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 taleinat
Recipients cheryl.sabella, serhiy.storchaka, taleinat, terry.reedy
Date 2018-08-28.15:00:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535468413.45.0.56676864532.issue1529353@psf.upfronthosting.co.za>
In-reply-to
Content
I've gone ahead and addressed all of the significant issues raised here:

* Squeezer is no longer an extension
* Expanding problematically large outputs prompts the user for confirmation
* "copy" and "view" moved to a right-click context menu
* use IDLE's TextView for viewing squeezed outputs
  * I added the ability to set the text wrapping
* default minimum # lines for auto-squeezing increased to 50

I've also updated all of the tests accordingly and added a few.

There a several tweaks to consider, including those mentioned in my previous message, plus colors and key bindings.

This is now ready for another review!
History
Date User Action Args
2018-08-28 15:00:13taleinatsetrecipients: + taleinat, terry.reedy, serhiy.storchaka, cheryl.sabella
2018-08-28 15:00:13taleinatsetmessageid: <1535468413.45.0.56676864532.issue1529353@psf.upfronthosting.co.za>
2018-08-28 15:00:13taleinatlinkissue1529353 messages
2018-08-28 15:00:13taleinatcreate