Extending Scintilla structures

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Frabbing
User
User
Posts: 10
Joined: Mon May 09, 2011 7:59 pm
Contact:

Extending Scintilla structures

Post 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! :)
Best regards,
Frank
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: Extending Scintilla structures

Post by eddy »

+1
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
Post Reply