aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorMarko Njezic <devnull@localhost>2012-04-15 17:44:42 +0200
committerMarko Njezic <devnull@localhost>2012-04-15 17:44:42 +0200
commit423f81b9e19da08af4992aca9acdf8cfa121413a (patch)
tree46d50fd43b5b019342ab8e7662502140c1f1c123 /include/Scintilla.iface
parent8ebe86f15bd3de9a87c1ce3bb3f150bb197e1ea8 (diff)
downloadscintilla-mirror-423f81b9e19da08af4992aca9acdf8cfa121413a.tar.gz
Add an option to draw wrap markers in line number margin. Feature #3518198.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index b7f9eede8..42a9bb33c 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1152,6 +1152,7 @@ enu WrapVisualFlag=SC_WRAPVISUALFLAG_
val SC_WRAPVISUALFLAG_NONE=0x0000
val SC_WRAPVISUALFLAG_END=0x0001
val SC_WRAPVISUALFLAG_START=0x0002
+val SC_WRAPVISUALFLAG_MARGIN=0x0004
# Set the display mode of visual flags for wrapped lines.
set void SetWrapVisualFlags=2460(int wrapVisualFlags,)