From ed6fa5a0c1b00ba9cbc12008a5efc06b65f8f96c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 5 Mar 2005 03:02:15 +0000 Subject: A bit more detail on text field of SCNotification. --- doc/ScintillaDoc.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index e5dab88d1..7c4637c33 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4477,7 +4477,9 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); Valid for text changes, not for style changes. If we are collecting undo information this holds a pointer to the text that is handed to the Undo system, otherwise - it is zero. + 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. @@ -4529,7 +4531,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); Text has been inserted into the document. - position, length, linesAdded + position, length, text, linesAdded @@ -4539,7 +4541,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); Text has been removed from the document. - position, length, linesAdded + position, length, text, linesAdded -- cgit v1.2.3