From 0d2cf6a4b68d45810124caa1ada6ebc852f26265 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 16 Mar 2010 12:09:02 -0400 Subject: Added annotation settings to themes. --- themes/scite/view.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/scite/view.lua') diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 8ee70c9e..969ea572 100644 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -28,3 +28,7 @@ buffer:marker_define(c.SC_MARKNUM_FOLDEREND, c.SC_MARK_EMPTY) buffer:marker_define(c.SC_MARKNUM_FOLDEROPENMID, c.SC_MARK_EMPTY) buffer:marker_define(c.SC_MARKNUM_FOLDERMIDTAIL, c.SC_MARK_EMPTY) buffer:set_fold_flags(16) + +-- annotations +buffer.annotation_visible = 2 +buffer.annotation_style_offset = 512 -- cgit v1.2.3