aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-30 14:56:49 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-30 14:56:49 -0400
commit854e83b9fed9c5382202c49d395eadf1502bb0e6 (patch)
tree8a3aa85343d30aee8af532950588a1588dedd8b6 /core
parent0ef0b92ce0a683a7a2e5b0657090065174d5013e (diff)
downloadtextadept-854e83b9fed9c5382202c49d395eadf1502bb0e6.tar.gz
textadept-854e83b9fed9c5382202c49d395eadf1502bb0e6.zip
Updated Lua autocompletion and documentation.
Diffstat (limited to 'core')
-rw-r--r--core/.buffer.luadoc3
-rw-r--r--core/.view.luadoc3
2 files changed, 3 insertions, 3 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 3a3ea6c4..be71940a 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -196,9 +196,6 @@
-- @field move_extends_selection (bool, Read-only)
-- Whether or not regular caret movement alters the selected text.
-- [`buffer.selection_mode`]() dictates this property.
--- @field multi_edge_column (table, Read-only)
--- Table of edge column positions per edge column number.
--- A position of `-1` means no edge column was found.
-- @field multi_paste (number)
-- The multiple selection paste mode.
--
diff --git a/core/.view.luadoc b/core/.view.luadoc
index 1b014a21..2cb742e2 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -432,6 +432,9 @@
-- Whether or not pressing [`view.rectangular_selection_modifier`]() when
-- selecting text normally with the mouse turns on rectangular selection.
-- The default value is `false`.
+-- @field multi_edge_column (table, Read-only)
+-- Table of edge column positions per edge column number.
+-- A position of `-1` means no edge column was found.
-- @field property (table)
-- Map of key-value string pairs used by lexers.
-- @field property_expanded (table, Read-only)