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-06-14.05:17:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528953474.49.0.947875510639.issue1529353@psf.upfronthosting.co.za>
In-reply-to
Content
Once the ToolTip is ready, I'll begin working on this.

Summarizing what appear to be agreed-upon changes to be made (keeping original numbering for reference):

1. Avoid expanding large output accidentally / too easily. Current suggestions are expanding part of the output with a "more..." button, and a confirmation dialog e.g. "Are you sure? This could bring IDLE to a halt! Consider other methods of viewing the output."

2. Avoid using the middle button. Either use a more commonly accessible mouse-click combo, make it a context-menu option, or make it user-configurable.

3. Make the "preview" functionality use our tkTextView (will need testing to make sure it performs reasonably).

4. Increase default minimum # lines for auto-squeezing. 50? 100?

7. Change implementation method from an extension to an integrated part of IDLE.
History
Date User Action Args
2018-06-14 05:17:54taleinatsetrecipients: + taleinat, terry.reedy, serhiy.storchaka, cheryl.sabella
2018-06-14 05:17:54taleinatsetmessageid: <1528953474.49.0.947875510639.issue1529353@psf.upfronthosting.co.za>
2018-06-14 05:17:54taleinatlinkissue1529353 messages
2018-06-14 05:17:53taleinatcreate