Page 1 of 1

Extending Scintilla structures

Posted: Fri May 20, 2011 9:33 am
by Frabbing
Please extend the Scintilla-Edit structures to newer versions of the dll. In structure SCNotification the following entries are absent:

Code: Select all

...
int token;		// SCN_MODIFIED with SC_MOD_CONTAINER
int annotationLinesAdded;	// SC_MOD_CHANGEANNOTATION
int updated;	// SCN_UPDATEUI
Thank you! :)

Re: Extending Scintilla structures

Posted: Sun Apr 14, 2013 12:09 am
by eddy
+1