From 4c4ca5b03f5c5d2cc8a2d5a98b2afef183f8201c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 25 Oct 2010 21:23:49 -0400 Subject: Allow access to find_in_files() through the gui.find API. --- core/.find.luadoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/.find.luadoc b/core/.find.luadoc index 87cbf257..e47eafd9 100644 --- a/core/.find.luadoc +++ b/core/.find.luadoc @@ -77,4 +77,11 @@ function goto_file_in_list(next) end -- Begins an incremental find using the Lua command entry. -- Lua command functionality will be unavailable until the search is finished -- (pressing 'Escape' by default). -function incremental() end +function find_incremental() end + +--- +-- Performs a find in files with the given directory. +-- Use the gui.find fields to set the text to find and find options. +-- @param utf8_dir UTF-8 encoded directory name. If none is provided, the user +-- is prompted for one. +function find_in_files(utf8_dir) end -- cgit v1.2.3