aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
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
parentd2a510c1e8460086dcafe474d40e80d6784caff3 (diff)
downloadscintilla-mirror-c52b08fd5737a4abebb6db7af8533fa6ce1238f5.tar.gz
Whitespace may be made visible just in indentation.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.h1
-rw-r--r--include/Scintilla.iface1
2 files changed, 2 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
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d7a39e92d..ad50a2aaf 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -159,6 +159,7 @@ enu WhiteSpace=SCWS_
val SCWS_INVISIBLE=0
val SCWS_VISIBLEALWAYS=1
val SCWS_VISIBLEAFTERINDENT=2
+val SCWS_VISIBLEONLYININDENT=3
# Are white space characters currently visible?
# Returns one of SCWS_* constants.