diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-14 02:03:44 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-14 02:03:44 (GMT) |
| commit | 1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e (patch) | |
| tree | 76a557ced121c957c4ce78d1c02653457b1e48d8 /Lib/idlelib/idle_test/htest.py | |
| parent | a20c72a2641f05997f79c33b047cfbf064c6779c (diff) | |
| download | cpython-1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e.zip cpython-1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e.tar.gz cpython-1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e.tar.bz2 | |
Issue #24782: Finish converting the Configure Extension dialog into a new
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
Diffstat (limited to 'Lib/idlelib/idle_test/htest.py')
| -rw-r--r-- | Lib/idlelib/idle_test/htest.py | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py index f4b67f3..bad0468 100644 --- a/Lib/idlelib/idle_test/htest.py +++ b/Lib/idlelib/idle_test/htest.py @@ -93,15 +93,6 @@ _class_browser_spec = { "Double clicking on items prints a traceback for an exception " "that is ignored." } -ConfigExtensionsDialog_spec = { - 'file': 'configDialog', - 'kwds': {'title': 'Test Extension Configuration', - '_htest': True,}, - 'msg': "IDLE extensions dialog.\n" - "\n[Ok] to close the dialog.[Apply] to apply the settings and " - "and [Cancel] to revert all changes.\nRe-run the test to ensure " - "changes made have persisted." - } _color_delegator_spec = { 'file': 'ColorDelegator', @@ -121,7 +112,8 @@ ConfigDialog_spec = { "font face of the text in the area below it.\nIn the " "'Highlighting' tab, try different color schemes. Clicking " "items in the sample program should update the choices above it." - "\nIn the 'Keys' and 'General' tab, test settings of interest." + "\nIn the 'Keys', 'General' and 'Extensions' tabs, test settings" + "of interest." "\n[Ok] to close the dialog.[Apply] to apply the settings and " "and [Cancel] to revert all changes.\nRe-run the test to ensure " "changes made have persisted." |
