From 84c252cea327a752029c364b678f7d03540be888 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 3 Apr 2005 08:23:05 +0000 Subject: Update on SCN_MODIFIED> --- doc/ScintillaDoc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 2c8ffaf81..d841e825b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -38,7 +38,7 @@

Scintilla Documentation

-

Last edited 9/March/2005 NH

+

Last edited 3/April/2005 NH

There is an overview of the internal design of Scintilla.
@@ -4545,7 +4545,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); information this holds a pointer to the text that is handed to the Undo system, otherwise it is zero. For user performed SC_MOD_BEFOREDELETE the text field is 0 and for user performed SC_MOD_BEFOREINSERT the text field points to an array of cells, - not bytes. + not bytes and the length is the number of cells. @@ -4573,7 +4573,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);

The SCNotification.modificationType field has bits set to tell you what has been done. The SC_MOD_* bits correspond to actions. The - SC_PREFORMED_* bits tell you if the action was done by the user, or the result of + SC_PERFORMED_* bits tell you if the action was done by the user, or the result of Undo or Redo of a previous action.

@@ -4687,7 +4687,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); - + -- cgit v1.2.3
Text is about to be inserted into the document.position, lengthposition, if performed by user then text in cells, length in cells