Hi.  There&#39;s an error in the latest snapshot in &quot;examples/designer/plugins/widgets/highlightedtextedit.py&quot;<br><br>Fix by doing this on line 133:<br><br>- index = text.indexOf(expression, start)<br>+ index = expression.indexIn(text, start)<br>