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 terry.reedy
Recipients Todd.Rovito, kbk, michael.foord, roger.serwy, terry.reedy
Date 2017-04-07.22:03:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491602586.74.0.133361435419.issue1207613@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like telling people to hand-edit .idlerc files. It causes too many problems.  We added Extensions tab to avoid this.  I think all supported options should be on dialog.

Windows are resizable and accommodate lines up to current width.  Default width is user settable option.  So people who want to edit 100 char lines for code can and have editor open with 100 char width.

Shell,Edit, and Output windows should not necessarily be same.  Currently, Shell wraps both input and output while Editor Output truncate code input and grep output respectively.  I plan to review this, including possible scrollbar, but not a priority.
History
Date User Action Args
2017-04-07 22:03:06terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, michael.foord, Todd.Rovito
2017-04-07 22:03:06terry.reedysetmessageid: <1491602586.74.0.133361435419.issue1207613@psf.upfronthosting.co.za>
2017-04-07 22:03:06terry.reedylinkissue1207613 messages
2017-04-07 22:03:06terry.reedycreate