[New-bugs-announce] [issue24826] ability to integrate editor, shell, debugger in one window

Mark Roseman report at bugs.python.org
Fri Aug 7 16:29:08 CEST 2015


New submission from Mark Roseman:

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.

----------
components: IDLE
messages: 248195
nosy: kbk, markroseman, roger.serwy, terry.reedy
priority: normal
severity: normal
status: open
title: ability to integrate editor, shell, debugger in one window
type: enhancement
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24826>
_______________________________________


More information about the New-bugs-announce mailing list