aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaDoc.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 02a67be95..37acff788 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3316,13 +3316,6 @@ SCN_CHARADDED(int charadded)
auto completion list.
</p>
<pre>
-SCN_POSCHANGED(int newPos)
-</pre>
- <p>
- Fired when the user moves the cursor to a different position in the text.
- Can be used by the container to cancel some time consuming thread.
- </p>
-<pre>
SCN_SAVEPOINTREACHED
SCN_SAVEPOINTLEFT
</pre>
@@ -3541,7 +3534,7 @@ EM_GETMARGINS
EM_SETMARGINS(EC_LEFTMARGIN or EC_RIGHTMARGIN or EC_USEFONTINFO, int val)
EM_FORMATRANGE
</pre>
-
+<p>The SCN_POSCHANGED notification is also deprecated.</p>
<h2 id="Edit messages never supported by Scintilla">
Edit messages never supported by Scintilla
</h2>