From 44beff91b257a9d7874e20790d50a8568990d9e6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 25 Jul 2020 00:20:13 -0400 Subject: 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. --- modules/textadept/command_entry.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/textadept/command_entry.lua') 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')]] -- cgit v1.2.3