From 356246ccd4f6d2b22d9310de3d235a1f72d68280 Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Fri, 22 Nov 2002 21:24:26 +0000
Subject: Removed SCN_POSCHANGED from main documentation and added it to
deprecated section.
---
doc/ScintillaDoc.html | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
(limited to 'doc')
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.
-SCN_POSCHANGED(int newPos)
-
-
- 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.
-
-
SCN_SAVEPOINTREACHED
SCN_SAVEPOINTLEFT
@@ -3541,7 +3534,7 @@ EM_GETMARGINS
EM_SETMARGINS(EC_LEFTMARGIN or EC_RIGHTMARGIN or EC_USEFONTINFO, int val)
EM_FORMATRANGE
-
+The SCN_POSCHANGED notification is also deprecated.
Edit messages never supported by Scintilla
--
cgit v1.2.3