aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-27 22:21:20 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-27 22:21:20 -0400
commit8614b05ba9a01adf5224e86ed6afc840fa3ebf0a (patch)
treef1dadbe111ed3d6415dda93f36f022022e70f863 /core/.view.luadoc
parent74dfdd2ddd02b1ade15377fd0b4c2a1bac7b1ac3 (diff)
Updated to Scintilla 3.21.0.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index ed3b3b81..db087d54 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -147,6 +147,17 @@
-- @field end_at_last_line (bool)
-- Disable scrolling past the last line.
-- The default value is `true`.
+-- @field eol_annotation_visible (number)
+-- The EOL annotation visibility mode.
+--
+-- * `view.EOLANNOTATION_HIDDEN`
+-- EOL Annotations are invisible.
+-- * `view.EOLANNOTATION_STANDARD`
+-- Draw EOL annotations no decoration.
+-- * `view.EOLANNOTATION_BOXED`
+-- Draw EOL annotations outlined with a box.
+--
+-- The default value is `view.EOLANNOTATION_HIDDEN`.
-- @field extra_ascent (number)
-- The amount of pixel padding above lines.
-- The default value is `0`.