scriptol.properties

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

PROPERTIES
97
字号
# Define SciTE settings for scriptol files.filter.scriptol=Scriptol (sol)|*.sol|lexer.*.sol=scriptolfile.patterns.sol=*.solkeywordclass.scriptol= act action alias always and array as \bool boolean break by byte \class case catch const constant continue \dyn def define dict do double \echo else elsif end enum error false file for float forever function \globak gtk \in if ifdef import include int integer java javax \let long match mod nil not natural null number \or print protected public real return redo \scan script scriptol sol short super static step until using \var text then this true try \void volatile while when \undef zerokeywords.$(file.patterns.sol)=$(keywordclass.scriptol)statement.indent.*.sol=statement.lookback.*.sol=1block.start.*.sol=10comment.block.scriptol=`~# scriptol styles# Defaultstyle.scriptol.0=fore:#000000# White spacestyle.scriptol.1=fore:#808080# Scriptol style comment linestyle.scriptol.2=fore:#007F00,$(font.comment)# Persistent comment linestyle.scriptol.3=fore:#007F00,$(font.comment)# C style comment linestyle.scriptol.4=fore:#007F00# Comment-blocksstyle.scriptol.5=fore:#007F00,$(font.comment)# Numberstyle.scriptol.6=fore:#007F7F# Stringstyle.scriptol.7=fore:#7F007F,$(font.monospace)# Character/Single quoted stringstyle.scriptol.8=fore:#7F007F,$(font.monospace)# End of line where string is not closedstyle.scriptol.9=fore:#FF0000,$(font.monospace),back:#E0C0E0,eolfilled# Keywordstyle.scriptol.10=fore:#00007F,bold# Operatorsstyle.scriptol.11=bold# Identifiersstyle.scriptol.12=fore:#333333# Triple quotes# style.scriptol.13=fore:#007F00# Class name definitionstyle.scriptol.14=fore:#0000FF,bold# Preprocessor# style.scriptol.15=fore:#7F0000if PLAT_WIN        command.help.$(file.patterns.sol)="file://$(SciteDefaultHome)\manual.html"        command.help.subsystem.$(file.patterns.sol)=2if PLAT_GTK        command.help.$(file.patterns.sol)=man $(CurrentWord) | col -bcommand.compile.*.sol=solc -c $(FileNameExt)command.build.*.sol=solc -be $(FileNameExt)command.go.*.sol=$(FileName)command.go.subsystem.*.sol=1command.name.0.*.sol=XSolPcommand.0.*.sol =xsolp -be $(FileNameExt)command.is.filter.0.*.sol=1command.name.1.*.sol=XSolCcommand.1.*.sol =xsolc -be $(FileNameExt)command.is.filter.1.*.sol=1command.name.2.*.sol=Compile to Phpcommand.2.*.sol=solp -b $(FileNameExt)command.is.filter.2.*.sol=1command.name.3.*.sol=Compile Web pagecommand.3.*.sol=solp -b -w $(FileNameExt)command.is.filter.3.*.sol=1command.name.4.*.sol=Interpretcommand.4.*.sol=solp $(FileNameExt)command.is.filter.4.*.sol=1

⌨️ 快捷键说明

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