aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-09-03 00:41:00 +0000
committernyamatongwe <devnull@localhost>2009-09-03 00:41:00 +0000
commit02bdf3790357f2b857d2f4dc8cc066442a82ebb7 (patch)
tree3bac05d1b7e2b0f676a9b79659a853c7f0d14f3a /include/Scintilla.h
parenta9295312e4391629e239f5a662dbdd8395777901 (diff)
downloadscintilla-mirror-02bdf3790357f2b857d2f4dc8cc066442a82ebb7.tar.gz
Added white space mark size setting from Enrico Tröger.
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 e20935d02..16d2d6910 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -254,6 +254,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_INDICGETUNDER 2511
#define SCI_SETWHITESPACEFORE 2084
#define SCI_SETWHITESPACEBACK 2085
+#define SCI_SETWHITESPACESIZE 2086
+#define SCI_GETWHITESPACESIZE 2087
#define SCI_SETSTYLEBITS 2090
#define SCI_GETSTYLEBITS 2091
#define SCI_SETLINESTATE 2092