aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornkmathew <devnull@localhost>2015-09-26 10:12:42 +1000
committernkmathew <devnull@localhost>2015-09-26 10:12:42 +1000
commitc52b08fd5737a4abebb6db7af8533fa6ce1238f5 (patch)
tree0fefba0126c7ad4e4dc3c5ce8749f1dd13d08943 /include/Scintilla.h
parentd2a510c1e8460086dcafe474d40e80d6784caff3 (diff)
downloadscintilla-mirror-c52b08fd5737a4abebb6db7af8533fa6ce1238f5.tar.gz
Whitespace may be made visible just in indentation.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index b5e3e9bc0..e3443409b 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -73,6 +73,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCWS_INVISIBLE 0
#define SCWS_VISIBLEALWAYS 1
#define SCWS_VISIBLEAFTERINDENT 2
+#define SCWS_VISIBLEONLYININDENT 3
#define SCI_GETVIEWWS 2020
#define SCI_SETVIEWWS 2021
#define SCI_POSITIONFROMPOINT 2022