<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Excellent, thanks Phil.<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Phil Thompson <phil@riverbankcomputing.com><br>
<b>Sent:</b> Sunday, March 24, 2019 12:37 PM<br>
<b>To:</b> Matic Kukovec<br>
<b>Cc:</b> QScintilla<br>
<b>Subject:</b> Re: [QScintilla] QSciLexer blockStart & blockEnd return type error</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On 24 Mar 2019, at 11:15 am, Matic Kukovec <kukovecmatic@hotmail.com> wrote:<br>
> <br>
> Hi Phil,<br>
> <br>
> I have these two methods in a QsciLexerCustom:<br>
>     def blockStart(self, style=0):<br>
>         return data.QByteArray(1, "{")<br>
>         <br>
>     def blockEnd(self, style=0):<br>
>         return data.QByteArray(1, "}")<br>
> <br>
> But on pressing Enter inside the editor always throws: TypeError: invalid result from MyLexer.blockStart()<br>
> I also tried return bytes("{", encoding="utf-8") and return "{", but those also throw the same error.<br>
> This is on PyQt5.11.3 / QScintilla2.10.8.<br>
> <br>
> Am I missing something?<br>
<br>
help(QsciLexer.blockStart)<br>
<br>
Phil</div>
</span></font></div>
</body>
</html>