On Wed, 16 Feb 2011 21:11:10 +0100, christophe duvernois <[email protected]> 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 _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
