scite.properties

来自「porting scintilla to qt」· PROPERTIES 代码 · 共 11 行

PROPERTIES
11
字号
# SciTE.properties is the per directory local options file and can be used to# override settings made in SciTEGlobal.properties, SciTEUser.properties and# SciTEDirectory.properties.command.build.directory.*.cxx=..\win32command.build.directory.*.h=..\win32command.build.*.cxx=nmake -f scite.mak DEBUG=1 QUIET=1command.build.*.h=nmake -f scite.mak DEBUG=1 QUIET=1command.go.*.cxx=..\bin\SciTEcommand.go.*.h=..\bin\SciTEcommand.go.needs.*.cxx=cmd /c cd ..\win32 && nmake -f scite.mak DEBUG=1 QUIET=1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?