diff options
Diffstat (limited to 'core/.find.luadoc')
-rw-r--r-- | core/.find.luadoc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/core/.find.luadoc b/core/.find.luadoc index 3b68e7af..b5e3dd99 100644 --- a/core/.find.luadoc +++ b/core/.find.luadoc @@ -15,23 +15,6 @@ module('gui.find') -- * `whole_word` [bool]: Only whole-word matches are allowed in searches. -- * `lua` [bool]: The search text is interpreted as a Lua pattern. -- * `in_files` [bool]: Search for the text in a list of files. --- --- ## Events --- --- The following is a list of all find events generated in --- `event_name(arguments)` format: --- --- * **find** (text, next)<br /> --- Called when attempting to finding text via the Find dialog box. --- - text: the text to search for. --- - next: flat indicating whether or not the search direction is forward. --- * **replace** (text)<br /> --- Called when the found text is selected and asked to be replaced. --- - text: the text to replace the selected text with. --- * **replace\_all** (find\_text, repl\_text)<br /> --- Called when all occurances of found text are to be replaced. --- - find\_text: the text to search for. --- - repl\_text: the text to replace found text with. --- -- Displays and focuses the find/replace dialog. |