diff options
author | nkmathew <unknown> | 2015-09-26 10:12:42 +1000 |
---|---|---|
committer | nkmathew <unknown> | 2015-09-26 10:12:42 +1000 |
commit | 3491002fbd32adbec743cf5ac4400fc463eab5f3 (patch) | |
tree | ba31af9776a66f69843ecfcf178e768aeaf0ae74 /include/Scintilla.h | |
parent | caf87bd4ad84b0570ea087dc34f32cee986bb43a (diff) | |
download | scintilla-mirror-3491002fbd32adbec743cf5ac4400fc463eab5f3.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 |