[issue24826] ability to integrate editor, shell, debugger in one window

2020-06-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.10 -Python 3.5, Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue24826] ability to integrate editor, shell, debugger in one window

2017-07-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: https://www.youtube.com/watch?v=nO78ECRighw shows IDLE on Mac with a shell and editor window. Because Mac pulls the menu off of each window and puts one above both, which are side by side, it looks like an example of what we want to have on all systems.

[issue24826] ability to integrate editor, shell, debugger in one window

2015-08-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: #24760 - config dialog not modal, is part of c) -- dependencies: +IDLE settings dialog shouldn't be modal ___ Python tracker ___ ___

[issue24826] ability to integrate editor, shell, debugger in one window

2015-08-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: #9262 is step b) above, and therefore a dependency for this issue. -- dependencies: +IDLE: Use tabbed shell and edit windows ___ Python tracker

[issue24826] ability to integrate editor, shell, debugger in one window

2015-08-08 Thread Al Sweigart
Al Sweigart added the comment: Is this a duplicate of https://bugs.python.org/issue9262 Either way, there's some good discussion there and also on https://bugs.python.org/issue24750 (ctrl-f for "tabbed") -- nosy: +Al.Sweigart ___ Python tracker

[issue24826] ability to integrate editor, shell, debugger in one window

2015-08-08 Thread Mark Roseman
Mark Roseman added the comment: Yes that's exactly what I was thinking. If everything is a frame rather than a toplevel it'll be much easier to reconfigure things. -- ___ Python tracker ___

[issue24826] ability to integrate editor, shell, debugger in one window

2015-08-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Many of us want to reorganize Idle from multiple windows, some with menus, to one window with multiple frame or panes. The initial steps: a) create a new application window with an application menu. (I believe OSX partially forces this on Macs anyway.) The m

[issue24826] ability to integrate editor, shell, debugger in one window

2015-08-07 Thread Mark Roseman
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