From edb23f27c76be0ddc322cf1b4068cefd9318ffe4 Mon Sep 17 00:00:00 2001 From: rdaneelolivaw Date: Sat, 7 May 2005 19:50:23 +0000 Subject: RBR - Added values and descriptions of SC_MULTISTEPUNDOREDO and SC_MULTILINEUNDOREDO "modificationType" flags. --- doc/ScintillaDoc.html | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 63106de1a..5b5a606c1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -38,7 +38,7 @@

Scintilla Documentation

-

Last edited 11/April/2005 NH

+

Last edited 7/May/2005 RBR

There is an overview of the internal design of Scintilla.
@@ -2798,7 +2798,7 @@ struct TextToFind { and SCI_SETSTYLING with the values INDIC0_MASK, INDIC1_MASK and INDIC2_MASK.

-

IMPORTANT: if you are using indicators in a buffer that has a lexer active +

If you are using indicators in a buffer that has a lexer active (see SCI_SETLEXER), you must save lexing state information before setting any indicators and restore it afterwards. Use SCI_GETENDSTYLED @@ -4670,6 +4670,16 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); None + + SC_MULTISTEPUNDOREDO + + 0x80 + + This is part of a multi-step Undo or Redo. + + None + + SC_LASTSTEPINUNDOREDO @@ -4710,10 +4720,20 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); position, length + + SC_MULTILINEUNDOREDO + + 0x1000 + + This is part of an Undo or Redo with multi-line changes. + + None + + SC_MODEVENTMASKALL - 0xf77 + 0x1fff This is a mask for all valid flags. This is the default mask state set by SCI_SETMODEVENTMASK. @@ -4746,9 +4766,10 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); used by SCN_MODIFIED: SC_MOD_INSERTTEXT, SC_MOD_DELETETEXT, SC_MOD_CHANGESTYLE, SC_MOD_CHANGEFOLD, SC_PERFORMED_USER, SC_PERFORMED_UNDO, - SC_PERFORMED_REDO, SC_LASTSTEPINUNDOREDO, - SC_MOD_CHANGEMARKER, SC_MOD_BEFOREINSERT, - SC_MOD_BEFOREDELETE, and SC_MODEVENTMASKALL.

+ SC_PERFORMED_REDO, SC_MULTISTEPUNDOREDO, + SC_LASTSTEPINUNDOREDO, SC_MOD_CHANGEMARKER, + SC_MOD_BEFOREINSERT, SC_MOD_BEFOREDELETE, + SC_MULTILINEUNDOREDO, and SC_MODEVENTMASKALL.

SCEN_SETFOCUS
SCEN_KILLFOCUS
-- cgit v1.2.3