From c97f531abfb3053317b10d605eabf3aaaabab413 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 7 Sep 2020 10:39:19 -0400 Subject: Added `ui.find.active` and prevent word highlighting when searching. Word auto-highlighting when searching is too distracting. --- modules/textadept/find.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/textadept/find.lua') diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 520b977e..d5e34ca9 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -57,6 +57,8 @@ local M = ui.find -- @field in_files_label_text (string, Write-only) -- The text of the "In files" label. -- This is primarily used for localization. +-- @field active (boolean) +-- Whether or not the Find & Replace pane is active. -- @field highlight_all_matches (boolean) -- Whether or not to highlight all occurrences of found text in the current -- buffer. -- cgit v1.2.3