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. --- properties.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'properties.lua') diff --git a/properties.lua b/properties.lua index 9133e24a..c534b57b 100644 --- a/properties.lua +++ b/properties.lua @@ -123,6 +123,8 @@ buffer:marker_define(buffer.MARKNUM_FOLDERMIDTAIL, buffer.MARK_TCORNER) --buffer:marker_enable_highlight(true) -- Indicators. +buffer.indic_style[ui.find.INDIC_FIND] = buffer.INDIC_ROUNDBOX +if not CURSES then buffer.indic_under[ui.find.INDIC_FIND] = true end local INDIC_BRACEMATCH = textadept.editing.INDIC_BRACEMATCH buffer.indic_style[INDIC_BRACEMATCH] = buffer.INDIC_BOX buffer:brace_highlight_indicator(not CURSES, INDIC_BRACEMATCH) -- cgit v1.2.3