aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorErik Angelin <erik.angelin@gmail.com>2014-11-14 10:41:27 +0100
committerErik Angelin <erik.angelin@gmail.com>2014-11-14 10:41:27 +0100
commitfb9e8bb503efc6c2b760b05bf2c1f67fa37fa7b5 (patch)
tree1f394fc0a44c2a9f21a57f007a348c6191a16169 /include/Scintilla.iface
parent3662a834844d3b83547220d68044ca2b07d52a38 (diff)
downloadscintilla-mirror-fb9e8bb503efc6c2b760b05bf2c1f67fa37fa7b5.tar.gz
Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;
like _BOXED but no border.
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 bfbffd878..e8c96591b 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2157,6 +2157,7 @@ enu AnnotationVisible=ANNOTATION_
val ANNOTATION_HIDDEN=0
val ANNOTATION_STANDARD=1
val ANNOTATION_BOXED=2
+val ANNOTATION_INDENTED=3
# Set the visibility for the annotations for a view
set void AnnotationSetVisible=2548(int visible,)