QScintilla/MiniEditor.py

changeset 163
8f0630371845
parent 97
c4086afea02b
child 342
360c4eb76d6c
child 403
c5bd65142984
equal deleted inserted replaced
162:28f235c426c4 163:8f0630371845
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

eric ide

mercurial