[Python-checkins] [python/cpython] fae2c3: bpo-30723: IDLE -- Enhance parenmatch; add style, ...

GitHub noreply at github.com
Tue Jun 27 22:36:25 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: fae2c3538ecbcdd37b6eca891c0815d2093c39e3
      https://github.com/python/cpython/commit/fae2c3538ecbcdd37b6eca891c0815d2093c39e3
  Author: wohlganger <charles.wohlganger at gmail.com>
  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:
  -----------
  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.




More information about the Python-checkins mailing list