mitchell:

> I have inadvertently come across a problem when recording macros with
> Scintilla. I have previously defined code that calls SCI_INSERTTEXT()
> when a '(' is typed for example, but when recording, Scintilla passes a
> notification with wParam 4294967295.

   For SCI_INSERTTEXT, wParam = -1 indicates insertion at current position.

> it? Also, I have found no documentation for what cases Scintilla will
> return out of bounds pointer addresses and how to handle them.

   Its not a pointer argument, wParam is the position.

   Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to