bpo-30723: Enhancement to IDLE parenmatch extension#2306
Conversation
added highlight both parens option.
|
@wohlganger, thanks for your PR! By analyzing the history of the files in this pull request, we identified @terryjreedy, @kbkaiser and @Yhg1s to be potential reviewers. |
Sorry, something went wrong.
|
I think this changed isn't trivial, you will need to first add the issue on bugs.python.org. Nosy @terryjreedy for this is a IDLE PR. |
Sorry, something went wrong.
|
Added to bugs.python.org . ID# 30723 |
Sorry, something went wrong.
|
Minor change committed to fix conflict with bpo-29910. |
Sorry, something went wrong.
terryjreedy
left a comment
There was a problem hiding this comment.
I made comments about the initial PR on bpo-30723 and made desired changes myself. Still need news.
Sorry, something went wrong.
…lp (pythonGH-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. (cherry picked from commit fae2c35)
…lp (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)
added highlight both parens option.
added name to acks file.