From c370090730bdbe36503a7b2c72feee9329a488f5 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 30 Sep 2021 16:44:48 -0400 Subject: Updated Lua autocompletion and documentation. --- docs/api.md | 21 +++++++++++++-------- docs/manual.md | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/api.md b/docs/api.md index ea51cbb2..155f93ab 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,4 +1,4 @@ -## Textadept 11.2 API Documentation +## Textadept 11.3 beta API Documentation 1. [_G](#_G) 1. [_L](#_L) @@ -9690,6 +9690,13 @@ The caret line's frame width in pixels. `view.caret_line_back` and `view.caret_line_back_alpha` properties apply to the frame. The default value is `0`. + +#### `view.caret_line_highlight_subline` (boolean) + +Color the background of the subline that contains the caret a different color, rather than + the whole line. + The defalt value is `false`. + #### `view.caret_line_layer` (number) @@ -9838,6 +9845,10 @@ Table of colors in "0xAABBGGRR" format for UI element identifiers. The color of visible whitespace. * `view.ELEMENT_WHITE_SPACE_BACK` The background color of visible whitespace. + * `view.ELEMENT_FOLD_LINE` + The color of fold lines. + * `view.ELEMENT_HIDDEN_LINE` + The color of lines shown in place of hidden lines. #### `view.element_is_set` (table) @@ -10304,12 +10315,6 @@ Table of edge column positions per edge column number. Map of key-value string pairs used by lexers. - -#### `view.property_expanded` (table, Read-only) - -Map of key-value string pairs used by lexers with `$()` and `%()` variable replacement - performed in values. - #### `view.property_int` (table, Read-only) @@ -10906,7 +10911,7 @@ See also: #### `view.hide_lines`(*view, start\_line, end\_line*) Hides the range of lines between line numbers *start_line* to *end_line*. -This has no effect on fold levels or fold flags and the first line cannot be hidden. +This has no effect on fold levels or fold flags. Parameters: diff --git a/docs/manual.md b/docs/manual.md index 2bb3a2f1..51149f5b 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1,4 +1,4 @@ -## Textadept 11.2 Manual +## Textadept 11.3 beta Manual **Contents** -- cgit v1.2.3