Table of Contents

Module: ParenMatch Idle/idle8/ParenMatch.py
ParenMatch
An IDLE extension for parenthesis matching.

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.

Imported modules   
from AutoIndent import AutoIndent, index2line
from IdleConf import idleconf
import PyParse
import string
Functions   
keysym_type
  keysym_type 
keysym_type ( ks )

Classes   
LastOpenBracketFinder
ParenMatch

Highlight matching parentheses


Table of Contents

This document was automatically generated on Tue Nov 5 16:56:19 2002 by HappyDoc version 2.0.1