diff options
author | 2010-03-16 12:09:02 -0400 | |
---|---|---|
committer | 2010-03-16 12:09:02 -0400 | |
commit | 0d2cf6a4b68d45810124caa1ada6ebc852f26265 (patch) | |
tree | cb2f4d1e4a8ea42c2effe86757922e730f99ee08 /themes/scite/view.lua | |
parent | 22e092f3546029748fb651b09739be55ac22a6ad (diff) | |
download | textadept-0d2cf6a4b68d45810124caa1ada6ebc852f26265.tar.gz textadept-0d2cf6a4b68d45810124caa1ada6ebc852f26265.zip |
Added annotation settings to themes.
Diffstat (limited to 'themes/scite/view.lua')
-rw-r--r-- | themes/scite/view.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 |