aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-17 23:30:10 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-17 23:30:10 -0400
commit962e738d191bc526e43eb06943280cb24ef5f82c (patch)
treeb3f15dea8aa0cf0131bca8b9bfb96d3d0f4ac013 /docs
parent241e28393f9b2aa806dee8d04d8a7f2cd7f6db54 (diff)
Updated Lua autocompletion and documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index d2cc3d67..f2c7239c 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -8396,6 +8396,7 @@ Emitted when a result is found. It is selected and has been scrolled into view.
Arguments:
* _`find_text`_: The text originally searched for.
+ * _`wrapped`_: Whether or not the result found is after a text search wrapped.
<a id="events.FIND_WRAPPED"></a>
#### `events.FIND_WRAPPED` (string)
@@ -8512,6 +8513,14 @@ The text in the "Replace" entry.
The text of the "Replace" label.
This is primarily used for localization.
+<a id="ui.find.show_filenames_in_progressbar"></a>
+#### `ui.find.show_filenames_in_progressbar` (boolean)
+
+Whether to show filenames in the find in files search progressbar.
+ This can be useful for determining whether or not custom filters are working as expected.
+ Showing filenames can slow down searches on computers with really fast SSDs.
+ The default value is `true`.
+
<a id="ui.find.whole_word"></a>
#### `ui.find.whole_word` (bool)