aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-08-05 06:48:27 +0000
committernyamatongwe <devnull@localhost>2002-08-05 06:48:27 +0000
commitc8d0c32129aaaf7f56091ec267f86c0fec7267b0 (patch)
treed29470a095456504b888e2779eb49a4b07f42db0 /include/Scintilla.h
parent734741819ffb01a79faa13abe15462acb9054f37 (diff)
downloadscintilla-mirror-c8d0c32129aaaf7f56091ec267f86c0fec7267b0.tar.gz
Visible whitespace specifiable colours feature from Martin Alderson.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
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