[New-bugs-announce] [issue30784] IDLE: seperate editor window and text

Louie Lu report at bugs.python.org
Mon Jun 26 23:21:40 EDT 2017


New submission from Louie Lu:

Currently, IDLE EditorWindow was mixed with the GUI skeleton and text area, and the other plugin such as hyperparser was operate on editwin. Such a design let IDLE is difficult to changed its GUI design, from new window to new tab style.

If we seperate EditorWindow and the text zone, it will make more easy to port to ttk.Notebook. How do you think about this, terry?

----------
assignee: terry.reedy
components: IDLE
messages: 296992
nosy: louielu, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: seperate editor window and text
versions: Python 3.7

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


More information about the New-bugs-announce mailing list