diff options
author | nyamatongwe <devnull@localhost> | 2009-07-09 07:58:04 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-09 07:58:04 +0000 |
commit | 50d215e3ac79be5f256d66f1911ab6582e5851d6 (patch) | |
tree | 8003b34c6c9c45f2a0242b282d25a7bc29e06221 /include/Scintilla.h | |
parent | 00a99b814014f00cea5c64f205b8a701a8b69b58 (diff) | |
download | scintilla-mirror-50d215e3ac79be5f256d66f1911ab6582e5851d6.tar.gz |
Added setings for colours, alpha, and caret colour for additional
selections.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index d4980577d..5e89ddb84 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -749,6 +749,12 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCVS_USERACCESSIBLE 2 #define SCI_SETVIRTUALSPACEOPTIONS 2596 #define SCI_GETVIRTUALSPACEOPTIONS 2597 +#define SCI_SETADDITIONALSELFORE 2600 +#define SCI_SETADDITIONALSELBACK 2601 +#define SCI_SETADDITIONALSELALPHA 2602 +#define SCI_GETADDITIONALSELALPHA 2603 +#define SCI_SETADDITIONALCARETFORE 2604 +#define SCI_GETADDITIONALCARETFORE 2605 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 |