From e70b850241c81eae9ab2f7c2aa75b06634c96f1e Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 26 Oct 2024 09:20:04 +1100 Subject: Documented SC_MOD_CHANGEEOLANNOTATION and updated SC_MODEVENTMASKALL. --- doc/ScintillaDoc.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 95a830beb..ef9b9fe67 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -130,7 +130,7 @@

Scintilla Documentation

-

Last edited 22 March 2024 NH

+

Last edited 26 October 2024 NH

Scintilla 5 has moved the lexers from Scintilla into a new Lexilla project.
@@ -9516,6 +9516,16 @@ struct SCNotification { line + + SC_MOD_CHANGEEOLANNOTATION + + 0x400000 + + An EOL annotation has changed. + + line + + SC_MOD_INSERTCHECK @@ -9568,7 +9578,7 @@ struct SCNotification { SC_MODEVENTMASKALL - 0x1FFFFF + 0x7FFFFF This is a mask for all valid flags. This is the default mask state set by SCI_SETMODEVENTMASK. -- cgit v1.2.3