Scite 配制备忘

 

SciTEGlobal.properties

#开启 output

split.vertical=1
output.horizontal.size=200
output.vertical.size=60
output.initial.hide=0

 

#win窗口查找替换

find.use.strip=0
replace.use.strip=0

 

#设快捷键
# User defined key commands

#~ KeypadPlus|IDM_EXPAND|\
#~ KeypadMinus|IDM_BLOCK_COMMENT|\
#~ Ctrl+Shift+V|IDM_PASTEANDDOWN|\

LineDelete=2338
LineDuplicate=2404
MoveSelectedLinesUp=2620
MoveSelectedLinesDown=2621

user.shortcuts=\
Ctrl+PageUp|IDM_PREVFILE|\
Ctrl+PageDown|IDM_NEXTFILE|\
Ctrl+Shift+D|$(LineDuplicate)|\
Ctrl+D|$(LineDelete)|\
Alt+Down|$(MoveSelectedLinesDown)|\
Alt+Up|$(MoveSelectedLinesUp)|\
Ctrl+Shift+I|IDM_SHOWCALLTIP|\
Ctrl+F1|IDM_HELP_SCITE|

 

 

 

 

#lua.properties


lua.api=$(SciteDefaultHome)\lualib5_annot.api
api.$(file.patterns.lua)=$(lua.api)

abbreviations.$(file.patterns.lua)=$(SciteDefaultHome)\scite_abbrev_api\lua.abbrev.properties

command.go.subsystem.*.lua=3
command.mode.go.*.lua=savebefore:yes
command.go.*.lua=dofile $(FilePath)

abbreviations.*.lua=$(SciteDefaultHome)\scite_abbrev_api\lua.abbrev.properties
abbreviations.*.wlua=$(SciteDefaultHome)\scite_abbrev_api\lua.abbrev.properties
abbreviations.*.lexe=$(SciteDefaultHome)\scite_abbrev_api\lua.abbrev.properties


# Lua 5.1
#~ command.go.*.lua=lua5.1 "$(FileNameExt)"

 

posted @ 2022-02-09 19:50  陳亞林  阅读(73)  评论(0)    收藏  举报