Home | History | Annotate | Download | only in idlelib

Lines Matching defs:STYLE

17     There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression":
131 # the style
148 # the style