eric6/QScintilla/QsciScintillaCompat.py

changeset 7954
d32319ede131
parent 7949
17c0a4ec3cf0
child 7998
cd41c844862f
equal deleted inserted replaced
7953:68c12f4cb876 7954:d32319ede131
224 @type int 224 @type int
225 @return start index of the sub style and their count 225 @return start index of the sub style and their count
226 @rtype int, int 226 @rtype int, int
227 """ 227 """
228 start = self.SendScintilla(QsciScintilla.SCI_GETSUBSTYLESSTART, 228 start = self.SendScintilla(QsciScintilla.SCI_GETSUBSTYLESSTART,
229 styleNr) 229 styleNr)
230 count = self.SendScintilla(QsciScintilla.SCI_GETSUBSTYLESLENGTH, 230 count = self.SendScintilla(QsciScintilla.SCI_GETSUBSTYLESLENGTH,
231 styleNr) 231 styleNr)
232 return start, count 232 return start, count
233 233
234 def getEndStyled(self): 234 def getEndStyled(self):
235 """ 235 """
236 Public method to get the last styled position. 236 Public method to get the last styled position.

eric ide

mercurial