2073 self.lexer_.setDefaultFont(font) |
2073 self.lexer_.setDefaultFont(font) |
2074 self.lexer_.readSettings(Preferences.Prefs.settings, "Scintilla") |
2074 self.lexer_.readSettings(Preferences.Prefs.settings, "Scintilla") |
2075 |
2075 |
2076 # now set the lexer properties |
2076 # now set the lexer properties |
2077 self.lexer_.initProperties() |
2077 self.lexer_.initProperties() |
2078 ## |
|
2079 ## # initialize the auto indent style of the lexer |
|
2080 ## ais = self.lexer_.autoIndentStyle() |
|
2081 |
2078 |
2082 def __styleNeeded(self, position): |
2079 def __styleNeeded(self, position): |
2083 """ |
2080 """ |
2084 Private slot to handle the need for more styling. |
2081 Private slot to handle the need for more styling. |
2085 |
2082 |