diff options
author | 2010-03-30 06:33:33 -0400 | |
---|---|---|
committer | 2010-03-30 06:33:33 -0400 | |
commit | 2edca3f4d4238d5145496ae94d6b91035bc7499c (patch) | |
tree | f67bba96469cf866e20acdb41e5d49c38d985b8c /themes/dark/view.lua | |
parent | 5c6c58d558c85381ae98f738d2b1a0e0cecaa58d (diff) | |
download | textadept-2edca3f4d4238d5145496ae94d6b91035bc7499c.tar.gz textadept-2edca3f4d4238d5145496ae94d6b91035bc7499c.zip |
Reverted adding annotation settings to themes.
Performance issues were discovered in Scintillua.
Diffstat (limited to 'themes/dark/view.lua')
-rw-r--r-- | themes/dark/view.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/dark/view.lua b/themes/dark/view.lua index 5f76803e..45491d27 100644 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -42,10 +42,6 @@ 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) --- annotations -buffer.annotation_visible = 2 -buffer.annotation_style_offset = 512 - -- various buffer.call_tip_use_style = 0 buffer:set_fold_flags(16) |