diff options
| author | nyamatongwe <unknown> | 2000-07-21 14:08:48 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-07-21 14:08:48 +0000 | 
| commit | 1e00d4f26ac7e2a7ac67195c0a3516f832edf34c (patch) | |
| tree | e5927c2d2a712fe9860974ac5c49140e1d95ad77 /include | |
| parent | 642a1a3531a028121777286b878541e014feac56 (diff) | |
| download | scintilla-mirror-1e00d4f26ac7e2a7ac67195c0a3516f832edf34c.tar.gz | |
Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windows
SendMessage intermediary code between client and Scintilla.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Scintilla.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/Scintilla.h b/include/Scintilla.h index 4a812fc0e..7a7ee8c05 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -520,6 +520,9 @@ struct SCNotification {  #define SCI_PASTE	5026  #define SCI_SETTEXT	5027 +#define SCI_GETDIRECTFUNCTION 5040 +#define SCI_GETDIRECTPOINTER 5041 +  #define SCFIND_MATCHCASE	4  #define SCFIND_WHOLEWORD 2  #define SCFIND_DOWN 1 | 
