aboutsummaryrefslogtreecommitdiff
path: root/core/.find.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/.find.lua')
-rw-r--r--core/.find.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/.find.lua b/core/.find.lua
index c6eabed1..043979cb 100644
--- a/core/.find.lua
+++ b/core/.find.lua
@@ -64,3 +64,19 @@ function find.replace(rtext) end
-- @param flags The number mask identical to the one in 'find'.
-- @see find.find
function find.replace_all(ftext, rtext, flags) end
+
+---
+-- Mimicks a press of the 'Find Next' button in the Find box.
+function find.call_find_next() end
+
+---
+-- Mimicks a press of the 'Find Prev' button in the Find box.
+function find.call_find_prev() end
+
+---
+-- Mimicks a press of the 'Replace' button in the Find box.
+function find.call_replace() end
+
+---
+-- Mimicks a press of the 'Replace All' button in the Find box.
+function find.call_replace_all() end