[issue1529353] Squeezer - squeeze large output in IDLE's shell

Tal Einat report at bugs.python.org
Tue Aug 28 11:00:13 EDT 2018


Tal Einat <taleinat at gmail.com> added the comment:

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!

----------

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


More information about the Python-bugs-list mailing list