diff options
author | Marko Njezic <unknown> | 2012-04-15 17:44:42 +0200 |
---|---|---|
committer | Marko Njezic <unknown> | 2012-04-15 17:44:42 +0200 |
commit | 119aa76054d6aa99a9366fa8d32948d74fac3247 (patch) | |
tree | d68af618f1a7f5876aeb12debf2bab9e5be702f1 /include/Scintilla.h | |
parent | 287aa74c80e1d55bd84922f02c013ca3cacfec7e (diff) | |
download | scintilla-mirror-119aa76054d6aa99a9366fa8d32948d74fac3247.tar.gz |
Add an option to draw wrap markers in line number margin. Feature #3518198.
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 0df0900de..d4da54a9d 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -460,6 +460,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_WRAPVISUALFLAG_NONE 0x0000 #define SC_WRAPVISUALFLAG_END 0x0001 #define SC_WRAPVISUALFLAG_START 0x0002 +#define SC_WRAPVISUALFLAG_MARGIN 0x0004 #define SCI_SETWRAPVISUALFLAGS 2460 #define SCI_GETWRAPVISUALFLAGS 2461 #define SC_WRAPVISUALFLAGLOC_DEFAULT 0x0000 |