◐ Shell
clean mode source ↗

bpo-30809 IDLE: parenmatch highlighting options by wohlganger · Pull Request #3574 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@wohlganger

Adds "Paren Match Color" drop-down menu to Settings-General tab for selecting which highlighting theme element Paren Match should base its colors from, and implements those settings.

https://bugs.python.org/issue30809

adds fg color, bg color, font, and underline options for parens highlighting
How did the change to the __doc__ of append not get fixed in the tests earlier?
Used incorrect / old python for testing.
Fixing code conflict ate highlighting options. Needed to be re-introduced.
…eight as non-core keybinding test example.

@methane methane changed the title bpo-30809 parenmatch highlighting options bpo-30809 IDLE: parenmatch highlighting options

Jul 9, 2018

taleinat

flash-delay= 500
bell= True

highlighting = hilite

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a mismatch between "highlighting" here and "highlight" used in the config dialog.

@terryjreedy

Closing because I am closing the issue.

Labels