From 3491002fbd32adbec743cf5ac4400fc463eab5f3 Mon Sep 17 00:00:00 2001 From: nkmathew Date: Sat, 26 Sep 2015 10:12:42 +1000 Subject: Whitespace may be made visible just in indentation. --- include/Scintilla.h | 1 + include/Scintilla.iface | 1 + 2 files changed, 2 insertions(+) (limited to 'include') 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. -- cgit v1.2.3