From 473382638da565c890fcf8e6119f95dbdf918973 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 25 Jul 2015 10:25:26 -0400 Subject: Highlight found text in find in files results. --- core/ui.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/ui.lua') diff --git a/core/ui.lua b/core/ui.lua index dbcb8f29..3b787e8f 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -28,6 +28,9 @@ local ui = ui -- The default value is `true`. -- @field SILENT_PRINT (bool) -- Whether or not to print messages to buffers silently. +-- This is not guaranteed to be a constant value, as Textadept may change it +-- for the editor's own purposes. This flag should be used only in conjunction +-- with a group of [`ui.print()`]() and [`ui._print()`]() function calls. -- The default value is `false`, and focuses buffers when messages are printed -- to them. module('ui')]] -- cgit v1.2.3