diff options
author | nyamatongwe <devnull@localhost> | 2001-12-22 21:28:56 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-12-22 21:28:56 +0000 |
commit | cb73bbe9c1f0b88a0be7c720c2637e7b683b74b6 (patch) | |
tree | aacbbdefac635b04cdcdc0cefcd38da138a010a7 /doc/ScintillaDoc.html | |
parent | 1e39dc5e9b5bb53549a04e07b037d77fdfc8e51e (diff) | |
download | scintilla-mirror-cb73bbe9c1f0b88a0be7c720c2637e7b683b74b6.tar.gz |
Documented that no modifications may be performed in a SCN_MODIFIED event.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
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 |