aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-08-17 01:47:54 +0000
committernyamatongwe <unknown>2001-08-17 01:47:54 +0000
commit7b5687f084d82ba785e3a5f5a62427fe25b264ab (patch)
tree2915f0357199f693e40cc2973af12ba8897c011b /include/Scintilla.iface
parent10d05e2b650cc081ba9ec858bf248608e06284f1 (diff)
downloadscintilla-mirror-7b5687f084d82ba785e3a5f5a62427fe25b264ab.tar.gz
Deprecated SCFIND_DOWN as reverse searching is performed by inverting start
and end of range. Removed out of date comment about SCFIND_REGEXP.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index a085e0463..2f0baebb6 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -613,11 +613,9 @@ set void SetPrintColourMode=2148(int mode,)
# Returns the print colour mode.
get int GetPrintColourMode=2149(,)
-val SCFIND_DOWN=1
val SCFIND_WHOLEWORD=2
val SCFIND_MATCHCASE=4
val SCFIND_WORDSTART=0x00100000
-# SCFIND_REGEXP is not yet implemented.
val SCFIND_REGEXP=0x00200000
# Find some text in the document.
@@ -1574,6 +1572,8 @@ evt void DwellEnd=2017(int position)
cat Deprecated
+val SCFIND_DOWN=1
+
################################################
# From WinDefs.h