]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Jun 2021 20:01:23 +0000 (13:01 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 20:01:23 +0000 (13:01 -0700)
commit2cfe0e7061e9a2113e56e44a3e0c3f824cbc65db
treec497d2c962c03521b1d6e3d6830557ef4558f0e7
parent2a8d7122e0ceeb56b716cff7f8f31f13c26ad691
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)

These are the settings that extend the help menu.  Moving them shortens the dialog and will help with it being too tall for small screens.
(cherry picked from commit ab36b9f83424a020fbd672f218612e6f19257a32)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py
Misc/NEWS.d/next/IDLE/2021-06-08-03-04-51.bpo-40468.tUCGUb.rst [new file with mode: 0644]