[Python-checkins] [python/cpython] af6838: [3.6] bpo-30723: IDLE -- Enhance parenmatch; add s...

GitHub noreply at github.com
Tue Jun 27 23:02:20 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: af68382f68b08a383e7064777cf817375681e434
      https://github.com/python/cpython/commit/af68382f68b08a383e7064777cf817375681e434
  Author: terryjreedy <tjreedy at udel.edu>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
    M Lib/idlelib/configdialog.py
    M Lib/idlelib/idle_test/test_parenmatch.py
    M Lib/idlelib/parenmatch.py
    M Misc/ACKS
    A Misc/NEWS.d/next/IDLE/2017-06-27-19-05-40.bpo-30723.rQh06y.rst

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list