aboutsummaryrefslogtreecommitdiff
path: root/docs/api.md
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-19 21:26:58 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-19 21:26:58 -0400
commit7672a0928efd14872940bb48ad9860a18c470901 (patch)
treeef5e665dcf866d86610bb4a7233dfb26bfdcfad1 /docs/api.md
parent4ccfc8529a61596c0e13b7a5d4bc6803a17bc467 (diff)
downloadtextadept-7672a0928efd14872940bb48ad9860a18c470901.tar.gz
textadept-7672a0928efd14872940bb48ad9860a18c470901.zip
Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/api.md b/docs/api.md
index 1d615343..b6f96cf4 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -1203,6 +1203,12 @@ Whether or not the buffer has unsaved changes.
Whether or not regular caret movement alters the selected text.
[`buffer.selection_mode`](#buffer.selection_mode) dictates this property.
+<a id="buffer.multi_edge_column"></a>
+#### `buffer.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.
+
<a id="buffer.multi_paste"></a>
#### `buffer.multi_paste` (number)
@@ -3920,7 +3926,7 @@ Emitted after the user types a text character into the buffer.
#### `events.COMMAND_TEXT_CHANGED` (string)
Emitted when the text in the command entry changes.
- `ui.command_entry:get_text()` contains the current text.
+ `ui.command_entry:get_text()` returns the current text.
<a id="events.CSI"></a>
#### `events.CSI` (string)
@@ -10003,7 +10009,7 @@ The caret's visual style.
<a id="view.caret_width"></a>
#### `view.caret_width` (number)
-The line caret's pixel width in insert mode, either `0`, `1`, `2`, or `3`.
+The line caret's pixel width in insert mode, between `0` and `20`.
The default value is `1`.
<a id="view.cursor"></a>