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
commit44fd19fb024c20194865c4fb49806fe060350f3e (patch)
treee4788ad3ca5c16dbbe616097cea75a84fe89b1b7 /include/Scintilla.iface
parent28740fc0e339b42f12ac7731820ced97d099f2cf (diff)
downloadscintilla-mirror-44fd19fb024c20194865c4fb49806fe060350f3e.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,)