aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-28 12:05:42 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-28 12:05:42 +1100
commit37eea51490ef76553ff0ae21f622016eb7c13869 (patch)
treee45163b531eac6f99a86db7ff3d7bd38fab168ed /include/Scintilla.iface
parente056a167c96e226dc7487f5df2263d17a4dec399 (diff)
downloadscintilla-mirror-37eea51490ef76553ff0ae21f622016eb7c13869.tar.gz
Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface15
1 files changed, 12 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 333362cc0..d0b8213e8 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2878,9 +2878,18 @@ get int EOLAnnotationGetStyle=2743(line line,)
fun void EOLAnnotationClearAll=2744(,)
enu EOLAnnotationVisible=EOLANNOTATION_
-val EOLANNOTATION_HIDDEN=0
-val EOLANNOTATION_STANDARD=1
-val EOLANNOTATION_BOXED=2
+val EOLANNOTATION_HIDDEN=0x0
+val EOLANNOTATION_STANDARD=0x1
+val EOLANNOTATION_BOXED=0x2
+val EOLANNOTATION_STADIUM=0x100
+val EOLANNOTATION_FLAT_CIRCLE=0x101
+val EOLANNOTATION_ANGLE_CIRCLE=0x102
+val EOLANNOTATION_CIRCLE_FLAT=0x110
+val EOLANNOTATION_FLATS=0x111
+val EOLANNOTATION_ANGLE_FLAT=0x112
+val EOLANNOTATION_CIRCLE_ANGLE=0x120
+val EOLANNOTATION_FLAT_ANGLE=0x121
+val EOLANNOTATION_ANGLES=0x122
# Set the visibility for the end of line annotations for a view
set void EOLAnnotationSetVisible=2745(EOLAnnotationVisible visible,)