[issue30784] IDLE: separate editor window and text

2017-07-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is at least partly a duplicate of #25036, but until I look at the approach in that patch, versus what I have been thinking of, I cannot tell if this should be closed. -- ___ Python tracker

[issue30784] IDLE: separate editor window and text

2017-06-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Absolutely essential, as I recentlly mentioned recently on another issue: text window and text frame containing scrolled wrapped text, status bar, and left side bar. Also essential is a proper base class that has functions common to Editor, Shell, and Output,