From 962e738d191bc526e43eb06943280cb24ef5f82c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Thu, 17 Mar 2022 23:30:10 -0400 Subject: Updated Lua autocompletion and documentation. --- docs/api.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') 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. #### `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. + +#### `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`. + #### `ui.find.whole_word` (bool) -- cgit v1.2.3