aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-03-04 10:53:59 +0000
committernyamatongwe <unknown>2003-03-04 10:53:59 +0000
commit69daddeb2a241af212edca89f6a7422e6f8a5053 (patch)
treeab73038e7420a7a3902f38457b1635d8cb4fc676 /include/Scintilla.iface
parent3767529b0e6cf365888cb7fe25e4a261116be830 (diff)
downloadscintilla-mirror-69daddeb2a241af212edca89f6a7422e6f8a5053.tar.gz
Patch from Jakub to optionally implement more POSIX compatible regular
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 984b4a3d8..a0c73053e 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -701,6 +701,7 @@ val SCFIND_WHOLEWORD=2
val SCFIND_MATCHCASE=4
val SCFIND_WORDSTART=0x00100000
val SCFIND_REGEXP=0x00200000
+val SCFIND_POSIX=0x00400000
# Find some text in the document.
fun position FindText=2150(int flags, findtext ft)