Extending Scintilla structures
Posted: Fri May 20, 2011 9:33 am
Please extend the Scintilla-Edit structures to newer versions of the dll. In structure SCNotification the following entries are absent:
Thank you! 
Code: Select all
...
int token; // SCN_MODIFIED with SC_MOD_CONTAINER
int annotationLinesAdded; // SC_MOD_CHANGEANNOTATION
int updated; // SCN_UPDATEUI
