aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-06-30 09:38:20 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-06-30 09:38:20 -0400
commit05459076699595cbcdfc74b371f3ccf6c3fbc7f3 (patch)
treed24c6b1d825144fb4ec5ea3d26abb5c85bee83ac /core/.buffer.luadoc
parentda66b2b60f3318065a0a26b909274bdbd1abe8af (diff)
Updated to Scintilla 3.10.0.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc8
1 files changed, 8 insertions, 0 deletions
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)