aboutsummaryrefslogtreecommitdiff
path: root/core/.find.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-06-23 22:35:20 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-06-23 22:35:20 -0400
commite22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8 (patch)
tree76df894b4f5468c3d85d990129e1e13b890e4ea9 /core/.find.luadoc
parent79a37f07e3f57694a436db9a25e296c8d177041a (diff)
downloadtextadept-e22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8.tar.gz
textadept-e22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8.zip
Use string constants for event names.
Diffstat (limited to 'core/.find.luadoc')
-rw-r--r--core/.find.luadoc17
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.