From 74537dd24ba7943e79652b06f4b752be2035bcea Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Fri, 18 Aug 2000 10:45:24 +0000
Subject: Added in most of Ferdinand Prantl's changes except for regular
expression search. Some bits not quite done as well.
---
doc/ScintillaDoc.html | 15 +++++++++++++++
1 file changed, 15 insertions(+)
(limited to 'doc')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 98a242f86..743838af0 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -103,6 +103,14 @@ SCI_GETSTYLEBITS
the SCI_CLEARDOCUMENTSTYLE can be used to clear all styling information and
reset the folding state.
+
+SCI_SETOVERTYPE
+SCI_GETOVERTYPE
+
+
+ SCI_GETOVERTYPE returns TRUE if overtyping is active otherwise
+ FALSE will be returned. Use SCI_GETOVERTYPE to set the overtype node.
+
Standard commands
@@ -970,6 +978,13 @@ SCN_CHARADDED(int charadded)
or 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(int issavepoint)
SCI_SETSAVEPOINT
--
cgit v1.2.3