]> granicus.if.org Git - python/commit
bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)
authorwohlganger <charles.wohlganger@gmail.com>
Wed, 28 Jun 2017 02:36:23 +0000 (21:36 -0500)
committerterryjreedy <tjreedy@udel.edu>
Wed, 28 Jun 2017 02:36:23 +0000 (22:36 -0400)
commitfae2c3538ecbcdd37b6eca891c0815d2093c39e3
tree020cc2337e161624e52fccaf0765cb17838566c6
parent84d9d14a1fa395fbd21262ba195490be25a7b3bc
bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)

* 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.
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]