From 05459076699595cbcdfc74b371f3ccf6c3fbc7f3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 30 Jun 2018 09:38:20 -0400 Subject: Updated to Scintilla 3.10.0. --- core/.buffer.luadoc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 7207181b..faf3039f 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -448,6 +448,12 @@ -- * `buffer.INDIC_POINTCHARACTER` -- A triangle below the centre of the first character of the indicator -- range. +-- * `buffer.INDIC_GRADIENT` +-- A box with a vertical gradient from solid on top to transparent on +-- bottom. +-- * `buffer.INDIC_GRADIENTCENTRE` +-- A box with a centered gradient from solid in the middle to transparent on +-- the top and bottom. -- -- Use [`_SCINTILLA.next_indic_number()`]() for custom indicators. -- Changing an indicator's style resets that indicator's hover style. @@ -882,6 +888,8 @@ -- Indent wrapped lines the same amount as the first line. -- * `buffer.WRAPINDENT_INDENT` -- Indent wrapped lines one more level than the level of the first line. +-- * `buffer.WRAPINDENT_DEEPINDENT` +-- Indent wrapped lines two more levels than the level of the first line. -- -- The default value is `buffer.WRAPINDENT_FIXED`. -- @field wrap_mode (number) -- cgit v1.2.3