scite设置字体和配色遇到的问题

54 views
Skip to first unread message

南楚云客

unread,
Feb 11, 2014, 12:22:45 AM2/11/14
to scit...@googlegroups.com
环境:windows7+scite绿色版。配置均直接修改全局文件sciteglobal.properties,其他配置文件保持不动。

1.设置字体
   个人喜欢Consolas字体,配置如下
# font.base=font:Verdana,size:10 
#~ font.base=font:微软雅黑,size:10 
font.base=font:Consolas,size:11
# font.base=font:Lucida Sans Typewriter,size:11 
# font.small=font:Verdana,size:9
font.small=$(font.base),size:10
# font.comment=font:Comic Sans MS,size:10
# font.comment=font:Lucida Sans Unicode,size:10
font.comment=$(font.base),size:9
font.code.comment.box=$(font.comment)
font.code.comment.line=$(font.comment)
font.code.comment.doc=$(font.comment)
font.code.comment.nested=$(font.comment)
font.text=$(font.base)
# font.text.comment=font:Verdana,size:10
        font.text.comment=$(font.base),size:10
font.embedded.base=$(font.base),size:10
font.embedded.comment=$(font.base),size:10
font.monospace=font:Courier New,size:10 
可是这样的效果并非consolas字体,而是Courier New。如此依次尝试Verdana、Lucida Sans Typewriter等均不奏效,设置微软雅黑却能起作用(font.base设置语句有多个,保留一个,其他注释)。这是什么原因?

2.颜色
       很喜欢vim下desert配色,但是查看scite配色,多是依靠lua脚本来实现。如果依靠style.*.32、style.*.33、style.*.34等,不能实现吗?因为我一直没找到不依靠脚本而实现配色的配置文件,如果有,请你也共享一下吧。
Reply all
Reply to author
Forward
0 new messages