From e22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8 Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Thu, 23 Jun 2011 22:35:20 -0400
Subject: Use string constants for event names.
---
core/.find.luadoc | 17 -----------------
1 file changed, 17 deletions(-)
(limited to 'core/.find.luadoc')
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)
--- 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)
--- 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)
--- 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.
--
cgit v1.2.3