aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/command_entry.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-07-25 00:20:13 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-07-25 00:20:13 -0400
commit44beff91b257a9d7874e20790d50a8568990d9e6 (patch)
tree23167dab39f2475c9d65a73cffa1ccb59febcb39 /modules/textadept/command_entry.lua
parent8cfb09b23bf718af6a705291b74abb4e2c62b7e3 (diff)
downloadtextadept-44beff91b257a9d7874e20790d50a8568990d9e6.tar.gz
textadept-44beff91b257a9d7874e20790d50a8568990d9e6.zip
Moved incremental find into Find & Replace Pane.
Added new `events.FIND_TEXT_CHANGED` to help facilitate this. "Whole word" and "Regex" are now supported in addition to "Match case". Also updated tests.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r--modules/textadept/command_entry.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua
index eda71b94..b1227c27 100644
--- a/modules/textadept/command_entry.lua
+++ b/modules/textadept/command_entry.lua
@@ -7,8 +7,7 @@ local M = ui.command_entry
---
-- Textadept's Command Entry.
-- It supports multiple modes that each have their own functionality (such as
--- running Lua code, searching for text incrementally, and filtering text
--- through shell commands) and history.
+-- running Lua code and filtering text through shell commands) and history.
-- @field height (number)
-- The height in pixels of the command entry.
module('ui.command_entry')]]