aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-12-22 21:28:56 +0000
committernyamatongwe <unknown>2001-12-22 21:28:56 +0000
commit122b4482aa0eb6aa2b0974a8d27ff68e02e95e6a (patch)
treeaacbbdefac635b04cdcdc0cefcd38da138a010a7
parentff3625a8fccf9fbd5fe4f5fba236012a4e811cff (diff)
downloadscintilla-mirror-122b4482aa0eb6aa2b0974a8d27ff68e02e95e6a.tar.gz
Documented that no modifications may be performed in a SCN_MODIFIED event.
-rw-r--r--doc/ScintillaDoc.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 4956197dc..b06a59e98 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -1296,7 +1296,8 @@ SCI_GETMODEVENTMASK
<p>
SCN_MODIFIED is fired when the document has been changed including changes to both the text
and styling. The notification structure contains information about what changed, how the
- change occurred and whether this changed the number of lines in the document.
+ change occurred and whether this changed the number of lines in the document. No
+ modifications may be performed while in a SCN_MODIFIED event.
</p>
<p>
SCEN_CHANGE is fired when the text of the document has been changed for any reason. This