Patches item #1529353, was opened at 2006-07-27 03:13 Message generated for change (Settings changed) made by taleinat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1529353&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: None Status: Open Resolution: None >Priority: 1 Submitted By: Tal Einat (taleinat) Assigned to: Nobody/Anonymous (nobody) Summary: Squeezer - squeeze large output in the interpreter Initial Comment: Here is my improved version of Squeezer - the IDLE extension to end all of your oh-no-I-just-printed-War-and-Peace-in-the-interpreter troubles! Changes: * Fixed line counting logic * Line counting is done according to current window width and current tab width * Fixed configHandler to enable reading of raw data from config files (100% backwards compatible) - needed by Squeezer to enable configuration of text viewers in config-extensions I've been working this vesion without a hitch for several weeks, but that's hardly enough testing is it? Attached: * the original Squeezer.py by Noam Raphael * a diff against Noam's original Squeezer.py * a diff of configHandler.py against the current SVN version (revision 46863) * fixed 'middle click to copy' - now works on Windows One minor note - the 'middle click to copy' didn't work on Windows because it simply called selection_own() which doesn't affect the clipboard. I added clipboard_clear() and clipboard_append() and it now works on Windows. This should be tested on Linux, Unix, OSX etc. to check compatibility. For more info on the clipboard issue, see: http://groups.google.com/group/comp.lang.python/browse_thread/thread/647feeef55625733/bc08421d8aea9928?lnk=st&q=&rnum=2#bc08421d8aea9928 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1529353&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches