[QScintilla] bug on macro load

christophe duvernois christophe.duvernois at gmail.com
Wed Feb 16 20:11:10 GMT 2011


Hi everyone,

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

(see attached file : patched qscimacro.cpp)

Regards,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20110216/aa4aa41d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qscimacro.cpp
Type: text/x-c++src
Size: 7236 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20110216/aa4aa41d/attachment.cpp>


More information about the QScintilla mailing list