From 784bfcdf8f6b6e9a54399f6f8de3b1aafac39cc7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 9 Jul 2009 07:58:04 +0000 Subject: Added setings for colours, alpha, and caret colour for additional selections. --- include/Scintilla.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3