From 9258e76edf918a09e812face4af9eb66cc8771cd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 4 Mar 2003 10:53:59 +0000 Subject: 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. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') 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) -- cgit v1.2.3