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 roger.serwy
Recipients brian.curtin, giampaolo.rodola, gpolo, roger.serwy, taleinat, terry.reedy
Date 2011-08-26.20:11:12
SpamBayes Score 0.10544979
Marked as misclassified No
Message-id <1314389477.21.0.536959796028.issue9262@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-08-26 20:11:17roger.serwysetrecipients: + roger.serwy, terry.reedy, taleinat, giampaolo.rodola, gpolo, brian.curtin
2011-08-26 20:11:17roger.serwysetmessageid: <1314389477.21.0.536959796028.issue9262@psf.upfronthosting.co.za>
2011-08-26 20:11:16roger.serwylinkissue9262 messages
2011-08-26 20:11:16roger.serwycreate