<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Guys,<br>
<br>
How do I make my custom lexer (inherited from QsciLexerCustom)
indent the next<br>
line on a specific characters? E.g.:<br>
if a == 10:<br>
print("Indented") <--indented after ':'<br>
<br>
I tried setting the 'autoIndentStyle' to 'AiOpenning' and setting
the 'blockStart' method to return ":",<br>
but that doesn't seem to be right.<br>
I'm using Python 3.<br>
<br>
Thanks,<br>
Matic<br>
<a class="el"
href="http://pyqt.sourceforge.net/Docs/QScintilla2/classQsciLexer.html#a79c27285b6033c553b3f54cb6c56b338"></a>
</body>
</html>