diff options
author | nyamatongwe <unknown> | 2001-08-17 01:47:54 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-08-17 01:47:54 +0000 |
commit | 7b5687f084d82ba785e3a5f5a62427fe25b264ab (patch) | |
tree | 2915f0357199f693e40cc2973af12ba8897c011b /include/Scintilla.h | |
parent | 10d05e2b650cc081ba9ec858bf248608e06284f1 (diff) | |
download | scintilla-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.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index dcfa4303d..fee9f9922 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -257,7 +257,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_PRINT_COLOURONWHITEDEFAULTBG 4 #define SCI_SETPRINTCOLOURMODE 2148 #define SCI_GETPRINTCOLOURMODE 2149 -#define SCFIND_DOWN 1 #define SCFIND_WHOLEWORD 2 #define SCFIND_MATCHCASE 4 #define SCFIND_WORDSTART 0x00100000 |