diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-22 09:56:46 +1100 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-22 09:56:46 +1100 |
| commit | 1fc21cb6664d3633602636cfc43ecbdb39b591a7 (patch) | |
| tree | dd45653f7c8b73376112fff1e6d116a1a2db82b7 /include/Scintilla.h | |
| parent | e3dcaa477741dba922e3daf270ff2ecb42b5311c (diff) | |
| download | scintilla-mirror-1fc21cb6664d3633602636cfc43ecbdb39b591a7.tar.gz | |
Added SCI_SETTARGETRANGE method to set both the start and end of the target.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 199986c25..018a6d8bd 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -432,6 +432,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_GETTARGETSTART 2191 #define SCI_SETTARGETEND 2192 #define SCI_GETTARGETEND 2193 +#define SCI_SETTARGETRANGE 2686 #define SCI_REPLACETARGET 2194 #define SCI_REPLACETARGETRE 2195 #define SCI_SEARCHINTARGET 2197 |
