Module: ParenMatch | Idle/idle8/ParenMatch.py | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
When you hit a right paren, the cursor should move briefly to the left paren. Paren here is used generically; the matching applies to parentheses, square brackets, and curly braces. WARNING: This extension will fight with the CallTips extension, because they both are interested in the KeyRelease-parenright event. We'll have to fix IDLE to do something reasonable when two or more extensions what to capture the same event.
|