From c8d0c32129aaaf7f56091ec267f86c0fec7267b0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 5 Aug 2002 06:48:27 +0000 Subject: Visible whitespace specifiable colours feature from Martin Alderson. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 165f504e6..0e0fad265 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -206,6 +206,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_INDICGETSTYLE 2081 #define SCI_INDICSETFORE 2082 #define SCI_INDICGETFORE 2083 +#define SCI_SETWHITESPACEFORE 2084 +#define SCI_SETWHITESPACEBACK 2085 #define SCI_SETSTYLEBITS 2090 #define SCI_GETSTYLEBITS 2091 #define SCI_SETLINESTATE 2092 -- cgit v1.2.3