<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>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' but 'blockStart' is not exposed in Python.<br><br>
Thanks,<br>
Matic </div></body>
</html>