classification
Title: IDLE - Add an extension configuration dialog
Type: enhancement Stage: patch review
Components: IDLE Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: gpolo, kbk, taleinat, terry.reedy, weeble
Priority: normal Keywords: patch

Created on 2008-06-09 18:10 by taleinat, last changed 2010-07-18 11:58 by BreamoreBoy.

Files
File name Uploaded Description Edit
IDLE_configExtensionsDialog.080609.patch taleinat, 2008-06-09 18:36 initial patch
Messages (2)
msg67872 - (view) Author: Tal Einat (taleinat) (Python committer) Date: 2008-06-09 18:10
Attaching a patch for a straightforward extension config dialog, largely
based on configDialog.py.

This uses the multiple-tab-rows feature of the TabbedPageSet widget from
the tabbedPages module, as well as the included VerticalScrolledFrame
widget. Other than that there's nothing really new here.
msg67873 - (view) Author: Tal Einat (taleinat) (Python committer) Date: 2008-06-09 18:36
I forgot to mention:

This patch also removes the "paragraph width" option from the "General"
tab in the normal IDLE config, since that configures a parameter of the
FormatParagraph extension, which can now be done in the extension config
dialog.
History
Date User Action Args
2010-07-18 11:58:12BreamoreBoysetnosy: + terry.reedy

versions: + Python 3.2, - Python 3.1, Python 2.7
2009-04-26 22:17:16ajaksu2setversions: + Python 3.1, Python 2.7, - Python 2.6
nosy: + gpolo

priority: normal
type: behavior -> enhancement
stage: patch review
2009-01-25 19:42:39weeblesetnosy: + weeble
2008-06-09 18:37:04taleinatsetfiles: + IDLE_configExtensionsDialog.080609.patch
messages: + msg67873
2008-06-09 18:35:51taleinatsetfiles: - IDLE_configExtensionsDialog.080609.patch
2008-06-09 18:10:31taleinatcreate