Hi everyone,<br><br>There is a bug on QsciMacro::load method<br>When you load a macro using a char sequence and play it, the macro will add randomly some unwanted char to the editor<br>This can be fixed adding (qscimacro.cpp line 158)<br>
//terminated character<br>*dp++ = 0;<br><br>(see attached file : patched qscimacro.cpp)<br><br>Regards,<br>Chris<br><br><br>