aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-12-31 16:42:46 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-12-31 16:42:46 -0500
commit1cc79313212eec8a9c67528175a4e801a39e3015 (patch)
tree7e46b8ade47398b2c0628734e8d9fbf49d1d3809 /core/.buffer.luadoc
parent9c1123226bf470b944edfebe5320f9f1f7818a8b (diff)
Updated to Scintilla 3.11.2.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index f5e6c54e..415c41ce 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -743,6 +743,12 @@
-- @field selection_n_start (table)
-- Table of positions at the beginning of existing selections numbered from
-- zero, the main selection.
+-- @field selection_n_end_virtual_space (number, Read-only)
+-- Table of positions at the end of virtual space selected in existing
+-- selections numbered from zero, the main selection.
+-- @field selection_n_start_virtual_space (number, Read-only)
+-- Table of positions at the beginning of virtual space selected in existing
+-- selections numbered from zero, the main selection.
-- @field selection_start (number)
-- The position of the beginning of the selected text.
-- When set, becomes the anchor, but is not scrolled into view.
@@ -823,9 +829,19 @@
-- @field target_end (number)
-- The position of the end of the target range.
-- This is also set by a successful [`buffer.search_in_target()`]().
+-- @field target_end_virtual_space (number)
+-- The position of the end of virtual space in the target range.
+-- This is set to `0` when [`buffer.target_start`]() or
+-- [`buffer.target_end`]() is set, or when [`buffer.set_target_range()`]() is
+-- called.
-- @field target_start (number)
-- The position of the beginning of the target range.
-- This is also set by a successful [`buffer.search_in_target()`]().
+-- @field target_start_virtual_space (number)
+-- The position of the beginning of virtual space in the target range.
+-- This is set to `0` when [`buffer.target_start`]() or
+-- [`buffer.target_end`]() is set, or when [`buffer.set_target_range()`]() is
+-- called.
-- @field target_text (string, Read-only)
-- The text in the target range.
-- @field text_length (number, Read-only)