bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908)

Finish resorting the 72 ConfigDialog methods into 7 groups that represent the dialog, action buttons, and font, highlight, keys, general, and extension pages.  This will help with continuing to add tests and improve the pages. It will enable splitting ConfigDialog into 6 or 7 more comprehensible classes.
This commit is contained in:
Terry Jan Reedy 2017-07-27 18:28:01 -04:00 committed by GitHub
parent 12953ffe12
commit b1660800f4
2 changed files with 788 additions and 781 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
IDLE - Finish rearranging methods of ConfigDialog Grouping methods
pertaining to each tab and the buttons will aid writing tests and improving
the tabs and will enable splitting the groups into classes.