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 markroseman
Recipients kbk, markroseman, roger.serwy, terry.reedy
Date 2015-08-07.14:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438957748.57.0.555891700476.issue24826@psf.upfronthosting.co.za>
In-reply-to
Content
This builds on things like the tabbed editor suggestion, but essentially I'm talking about a scenario where you'd have your one (editor) window open working on your program, you click 'run...' or 'debug...' from the menu, and a shell and debugger area open up at the bottom of that one window, and you can resize that area.

This is analogous to what happens if you click 'inspect element' in most web browsers nowadays.

Getting rid of the *need* for multiple windows would help simplify a lot of things.
History
Date User Action Args
2015-08-07 14:29:08markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-08-07 14:29:08markrosemansetmessageid: <1438957748.57.0.555891700476.issue24826@psf.upfronthosting.co.za>
2015-08-07 14:29:08markrosemanlinkissue24826 messages
2015-08-07 14:29:07markrosemancreate