From 8614b05ba9a01adf5224e86ed6afc840fa3ebf0a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 27 Jul 2020 22:21:20 -0400 Subject: Updated to Scintilla 3.21.0. --- core/.view.luadoc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'core/.view.luadoc') 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`. -- cgit v1.2.3