SciTE文本编辑器配置


打开Options - Open User Options File,填写下面的代码

下载地址:https://www.scintilla.org/wscite532.zip

配置文件

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# 解决中文文件乱码
code.page=65001
output.code.page=65001
# 标题栏显示完整路径
title.full.path=1
# 是否显示行号栏
line.margin.visible=1
# 行号栏宽度
line.margin.width=3+
# 自动补全xml及html标签
xml.auto.close.tags=1
# 初始窗口位置
#position.left=500
#position.top=300
#position.width=1200
#position.height=800
# 保存上次的标签页,窗口位置,文件
save.position=1
save.recent=1
save.session=1
# 状态栏可见
statusbar.visible=1
# 工具栏可见
#toolbar.visible=1
# tab栏可见
tabbar.visible=1
# tab栏启用多行模式
tabbar.multiline=1
# 默认字体大小
font.base=font:JetBrains Mono NL,size:13
font.comment=size:13
font.locale=size:13
font.monospace=size:13
# 光标所在行的背景色
caret.line.back=#EEEEEE
# 单词自动补全
autocompleteword.automatic=1
# 高亮当前选中的单词
highlight.current.word=1
# 高亮当前选中的单词的颜色
highlight.current.word.colour=#FF0000
# tab栏启用多行模式
tabbar.multiline=1
# 当前文件被外部修改时自动重新载入
load.on.activate=1
# 重新载入文档时保留还原信息
reload.preserves.undo=1
#启用括号匹配检查
braces.check=1
braces.sloppy=1
# 启用折叠
fold=1
# 编辑区折叠列初始化宽度.
fold.margin.width=12
# 折叠符号,0为三角形,1为展开-收缩+, 2为圆形,3方形。一般选2
fold.symbols=2

中文界面:

下载https://github.com/moltenform/scite-files/blob/main/files/translations_list.md
改名成locale.properties放到程序目录