aboutsummaryrefslogtreecommitdiff
path: root/themes/scite/view.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-03-30 06:33:33 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-03-30 06:33:33 -0400
commit2edca3f4d4238d5145496ae94d6b91035bc7499c (patch)
treef67bba96469cf866e20acdb41e5d49c38d985b8c /themes/scite/view.lua
parent5c6c58d558c85381ae98f738d2b1a0e0cecaa58d (diff)
downloadtextadept-2edca3f4d4238d5145496ae94d6b91035bc7499c.tar.gz
textadept-2edca3f4d4238d5145496ae94d6b91035bc7499c.zip
Reverted adding annotation settings to themes.
Performance issues were discovered in Scintillua.
Diffstat (limited to 'themes/scite/view.lua')
-rw-r--r--themes/scite/view.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/scite/view.lua b/themes/scite/view.lua
index 969ea572..8ee70c9e 100644
--- a/themes/scite/view.lua
+++ b/themes/scite/view.lua
@@ -28,7 +28,3 @@ 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