diff options
author | nyamatongwe <unknown> | 2002-11-22 21:24:26 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-11-22 21:24:26 +0000 |
commit | c17286a94823f7b57084e3f14137978262583ff6 (patch) | |
tree | b061018331dcffaa075079b767fdbd96f9a70af2 | |
parent | ba4459cfbc92c2349e7d07cc6ece218178d41d2c (diff) | |
download | scintilla-mirror-c17286a94823f7b57084e3f14137978262583ff6.tar.gz |
Removed SCN_POSCHANGED from main documentation and added it to deprecated
section.
-rw-r--r-- | doc/ScintillaDoc.html | 9 |
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> |