From 1bd2d31b3ce8714ddeba3d9825a8a605e55751cf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 29 Apr 2001 13:32:10 +0000 Subject: Addition of new target methods - versions of ReplaceTarget that take counted strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a series of calls rather than a structure. Handling of \000 in search and replace. Handling of /escapes within character ranges of regular expressions. Some handling of bare ^ and $ regular expressions. --- include/Scintilla.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index b1de42cee..a19d2a1b5 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -284,6 +284,11 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETTARGETEND 2192 #define SCI_GETTARGETEND 2193 #define SCI_REPLACETARGET 2194 +#define SCI_REPLACETARGETCOUNTED 2195 +#define SCI_REPLACETARGETRECOUNTED 2196 +#define SCI_SEARCHINTARGET 2197 +#define SCI_SETSEARCHFLAGS 2198 +#define SCI_GETSEARCHFLAGS 2199 #define SCI_CALLTIPSHOW 2200 #define SCI_CALLTIPCANCEL 2201 #define SCI_CALLTIPACTIVE 2202 -- cgit v1.2.3