[issue9262] IDLE: Use tabbed shell and edit windows

Roger Serwy report at bugs.python.org
Fri Aug 26 22:11:17 CEST 2011


Roger Serwy <roger.serwy at gmail.com> added the comment:

Attached is an extension which provides tabbed windows for IDLE. It supports drag-and-drop reordering and separate windows. 

The implementation relies on monkey-patching a few subroutines and duck-typing for the toplevel window. The extension emulates each tab as if it were its own toplevel object. 

There can be flickering when switching tabs due to swapping the toplevel menu bar. This seems to be a limitation of Tk.

----------
Added file: http://bugs.python.org/file23050/TabExtension.py

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


More information about the Python-bugs-list mailing list