]> granicus.if.org Git - python/commit
bpo-31488: IDLE - update former extensions when options change. (#3612)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 16 Sep 2017 05:42:28 +0000 (01:42 -0400)
committerGitHub <noreply@github.com>
Sat, 16 Sep 2017 05:42:28 +0000 (01:42 -0400)
commit5777ecc438790f3d324d52f2ccdad56e667e0cb3
treec7e9e888307837940098267e310f5e171f7c9cd2
parent3f9eee6eb4b25fe1926eaa5f00e02344b126f54d
bpo-31488: IDLE - update former extensions when options change. (#3612)

When apply changes, call .reload on each class with non-key options.
Change ParenMatch so that updates affect current instances.
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_parenmatch.py
Lib/idlelib/parenmatch.py
Misc/NEWS.d/next/IDLE/2017-09-16-01-21-20.bpo-31488.0rtXIT.rst [new file with mode: 0644]