aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <none@none>2021-09-30 16:44:48 -0400
committerGravatar mitchell <none@none>2021-09-30 16:44:48 -0400
commitc370090730bdbe36503a7b2c72feee9329a488f5 (patch)
tree53dcf4daf774ea77b5d2f86fc41a8fdb62aac946 /docs
parent6498444adbc5b56c35d2147fbe7461eb29d892f7 (diff)
Updated Lua autocompletion and documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md21
-rw-r--r--docs/manual.md2
2 files changed, 14 insertions, 9 deletions
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`.
+<a id="view.caret_line_highlight_subline"></a>
+#### `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`.
+
<a id="view.caret_line_layer"></a>
#### `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.
<a id="view.element_is_set"></a>
#### `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.
-<a id="view.property_expanded"></a>
-#### `view.property_expanded` (table, Read-only)
-
-Map of key-value string pairs used by lexers with `$()` and `%()` variable replacement
- performed in values.
-
<a id="view.property_int"></a>
#### `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**