Package peppy :: Module fundamental :: Class BraceHighlightMixin
[frames] | no frames]

Class BraceHighlightMixin

object --+
         |
        BraceHighlightMixin
Known Subclasses:

Brace highlighting mixin for STC

Highlight matching braces or flag mismatched braces. This is called during the EVT_STC_UPDATEUI event handler.

Code taken from StyledTextCtrl_2 from the wxPython demo. Should probably implement this as a dynamic method of the text control or the Major Mode, controllable by a setting.

Instance Methods
 
braceHighlight(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__