[QScintilla] bug on macro load

Phil Thompson phil at riverbankcomputing.com
Tue Feb 22 17:57:11 GMT 2011


On Wed, 16 Feb 2011 21:11:10 +0100, christophe duvernois
<christophe.duvernois at gmail.com> wrote:
> 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)

Should be fixed (a different fix) in tonight's snapshot.

Thanks,
Phil


More information about the QScintilla mailing list