aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-11-22 21:24:26 +0000
committernyamatongwe <devnull@localhost>2002-11-22 21:24:26 +0000
commit356246ccd4f6d2b22d9310de3d235a1f72d68280 (patch)
treeb061018331dcffaa075079b767fdbd96f9a70af2
parent702900344b1c348e40ac49f2a859abc64bf05165 (diff)
downloadscintilla-mirror-356246ccd4f6d2b22d9310de3d235a1f72d68280.tar.gz
Removed SCN_POSCHANGED from main documentation and added it to deprecated
section.
-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>