]> granicus.if.org Git - python/commit
[3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2306...
authorterryjreedy <tjreedy@udel.edu>
Wed, 28 Jun 2017 03:02:19 +0000 (23:02 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2017 03:02:19 +0000 (23:02 -0400)
commitaf68382f68b08a383e7064777cf817375681e434
tree708b476519aaaa54c6e0de19db552121dd8d847d
parentc4cc5534fd32dfde5564dd44f867f2fd66d3e1da
[3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2306) (#2460)

* Add 'parens' style to highlight both opener and closer.
* Make 'default' style, which is not default, a synonym for 'opener'.
* Make time-delay work the same with all styles.
* Add help for config dialog extensions tab, including parenmatch.
* Add new tests.
Original patch by Charles Wohlganger.
(cherry picked from commit fae2c35)
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_parenmatch.py
Lib/idlelib/parenmatch.py
Misc/ACKS
Misc/NEWS.d/next/IDLE/2017-06-27-19-05-40.bpo-30723.rQh06y.rst [new file with mode: 0644]