From e6a18bc3f4113f4c59ec698d568a1a82f98787b4 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 4 Feb 2015 08:04:06 +1100 Subject: Implement hover style and colour for indicators. --- include/Scintilla.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index e4625356b..e8c5a7414 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -289,6 +289,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_INDICGETFORE 2083 #define SCI_INDICSETUNDER 2510 #define SCI_INDICGETUNDER 2511 +#define SCI_INDICSETHOVERSTYLE 2680 +#define SCI_INDICGETHOVERSTYLE 2681 +#define SCI_INDICSETHOVERFORE 2682 +#define SCI_INDICGETHOVERFORE 2683 #define SCI_SETWHITESPACEFORE 2084 #define SCI_SETWHITESPACEBACK 2085 #define SCI_SETWHITESPACESIZE 2086 -- cgit v1.2.3