diff options
author | nkmathew <devnull@localhost> | 2015-09-26 10:12:42 +1000 |
---|---|---|
committer | nkmathew <devnull@localhost> | 2015-09-26 10:12:42 +1000 |
commit | c52b08fd5737a4abebb6db7af8533fa6ce1238f5 (patch) | |
tree | 0fefba0126c7ad4e4dc3c5ce8749f1dd13d08943 /include/Scintilla.h | |
parent | d2a510c1e8460086dcafe474d40e80d6784caff3 (diff) | |
download | scintilla-mirror-c52b08fd5737a4abebb6db7af8533fa6ce1238f5.tar.gz |
Whitespace may be made visible just in indentation.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
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 |