From 7672a0928efd14872940bb48ad9860a18c470901 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 19 Sep 2020 21:26:58 -0400 Subject: Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1. --- docs/api.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/api.md') 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. + +#### `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. + #### `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. #### `events.CSI` (string) @@ -10003,7 +10009,7 @@ The caret's visual style. #### `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`. -- cgit v1.2.3