Hi Guys,
How do I make my custom lexer (inherited from QsciLexerCustom)
indent the next
line on a specific characters? E.g.:
if a == 10:
print("Indented") <--indented after ':'
I tried setting the 'autoIndentStyle' to 'AiOpenning' but 'blockStart' is not
exposed in Python.
Thanks,
Matic _______________________________________________ QScintilla mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/qscintilla
