]> granicus.if.org Git - python/commit
[3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog methods (GH-2908) (#2925)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 28 Jul 2017 00:50:39 +0000 (20:50 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 00:50:39 +0000 (20:50 -0400)
commit2cbb6733bfe54e87622a6372f83b73bddf3c4078
tree17dc5b392d5620d0c9505e08ee7c194b5c85f0e3
parent54cb3400e500f99bd57a0273aa7ef84ffd37558e
[3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog methods (GH-2908) (#2925)

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.
(cherry picked from commit b166080)
Lib/idlelib/configdialog.py
Misc/NEWS.d/next/IDLE/2017-07-27-14-48-42.bpo-31060.GdY_VY.rst [new file with mode: 0644]