eric6/QScintilla/QsciScintillaCompat.py

changeset 6948
c6e580fd9bb1
parent 6942
2602857055c5
child 7202
d2f2a1fe0129
equal deleted inserted replaced
6947:179eef72c548 6948:c6e580fd9bb1
51 elif QSCINTILLA_VERSION() < 0x020700: 51 elif QSCINTILLA_VERSION() < 0x020700:
52 IndicatorStyleMax = QsciScintilla.INDIC_DOTBOX 52 IndicatorStyleMax = QsciScintilla.INDIC_DOTBOX
53 elif QSCINTILLA_VERSION() < 0x020800: 53 elif QSCINTILLA_VERSION() < 0x020800:
54 IndicatorStyleMax = QsciScintilla.INDIC_SQUIGGLEPIXMAP 54 IndicatorStyleMax = QsciScintilla.INDIC_SQUIGGLEPIXMAP
55 elif QSCINTILLA_VERSION() < 0x020900: 55 elif QSCINTILLA_VERSION() < 0x020900:
56 IndicatorStyleMax = QsciScintilla.INDIC_COMPOSITIONTHICK
57 elif QSCINTILLA_VERSION() < 0x020A00:
56 IndicatorStyleMax = QsciScintilla.INDIC_TEXTFORE 58 IndicatorStyleMax = QsciScintilla.INDIC_TEXTFORE
57 elif QSCINTILLA_VERSION() < 0x020A00: 59 elif QSCINTILLA_VERSION() < 0x020B00:
58 IndicatorStyleMax = QsciScintilla.INDIC_POINTCHARACTER 60 IndicatorStyleMax = QsciScintilla.INDIC_POINTCHARACTER
59 else: 61 else:
60 IndicatorStyleMax = QsciScintilla.INDIC_GRADIENTCENTRE 62 IndicatorStyleMax = QsciScintilla.INDIC_GRADIENTCENTRE
61 63
62 def __init__(self, parent=None): 64 def __init__(self, parent=None):

eric ide

mercurial