[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 list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue24826
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue24826
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue24826
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue24826
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 rep...@bugs.python.org
http://bugs.python.org/issue24826
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com