From 699550db6c4aad4d4f852694d7d6a100b790e839 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 20 Jan 2016 01:21:45 -0500 Subject: Updated to Scintilla 3.6.3 and enabled idle styling. Patched Scintilla to prevent warning on widget destroy. --- properties.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'properties.lua') diff --git a/properties.lua b/properties.lua index 4e53267e..a490c75b 100644 --- a/properties.lua +++ b/properties.lua @@ -34,6 +34,9 @@ buffer.view_ws = buffer.WS_INVISIBLE -- Line Endings buffer.view_eol = false +-- Styling. +buffer.idle_styling = buffer.IDLESTYLING_ALL + -- Caret and Selection Styles. --buffer.sel_eol_filled = true buffer.caret_line_visible = not CURSES and buffer ~= ui.command_entry -- cgit v1.2.3