📄 others.properties
字号:
# Define SciTE settings for other simple files.file.patterns.props=*.properties;*.session;*.ini;*.inf;*.reg;*.url;*.cfg;*.cnf;*.autfile.patterns.text=*.txt;*.log;*.lst;*.doc;*.diz;*.nfofile.patterns.batch=*.bat;*.cmd;*.ntfile.patterns.diff=*.diff;*.patchfile.patterns.make=makefile;Makefile;*.mak;configurefilter.properties=Properties (ini inf reg url cfg cnf)|$(file.patterns.props)|filter.text=Text (txt log lst doc diz nfo)|$(file.patterns.text);make*|filter.batch=Batch (bat cmd nt)|$(file.patterns.batch)|filter.diff=Difference (diff patch)|$(file.patterns.diff)|lexer.$(file.patterns.props)=propslexer.$(file.patterns.batch)=batchlexer.*.err=errorlistlexer.$(file.patterns.make)=makefilelexer.*.iface=makefilelexer.$(file.patterns.diff)=diffword.characters.$(file.patterns.text)=$(chars.alpha)$(chars.numeric)$(chars.accented)-'colour.other.operator=fore:#B06000# Properties styles# Defaultstyle.props.0=# Commentstyle.props.1=fore:#007F7F,$(font.comment)# Sectionstyle.props.2=$(colour.string),back:#E0F0F0,eolfilled# Assignment operatorstyle.props.3=$(colour.other.operator)# Default value (@)style.props.4=$(colour.preproc)# Keystyle.props.5=# Matched Operatorsstyle.props.34=fore:#0000FF,notboldstyle.props.35=fore:#FF0000,notboldcomment.block.props=#~preprocessor.symbol.$(file.patterns.make)=!preprocessor.start.$(file.patterns.make)=IF IFDEF IFNDEFpreprocessor.middle.$(file.patterns.make)=ELSE ELSEIF ELSEIFDEF ELSEIFNDEFpreprocessor.end.$(file.patterns.make)=ENDIF# Batch styles# List from http://www.easydos.com/dosindex.html# I limit here the commands to those built in command.com, ie. I don't list external Dos commands# if [no] (test) (command) -- test is EXIST (filename) | (string1)==(string2) | ERRORLEVEL (number)# for %%(variable) IN (set) DO (command) -- variable is [a-zA-Z] -- eg for %%X in (*.txt) do type %%Xkeywordclass.batch=rem set if exist errorlevel for in do \break call chcp cd chdir choice cls country ctty date del erase dir echo \exit goto loadfix loadhigh mkdir md move path pause prompt rename ren \rmdir rd shift time type ver verify vol \com con lpt nul \color copy defined else not startkeywords.$(file.patterns.batch)=$(keywordclass.batch)# Optional list of external commands to highlight in style 5.# If not set all commands are highlighted in style 5.#keywords2.$(file.patterns.batch)=append attrib chkdsk comp diskcomp# Defaultstyle.batch.0=fore:#000000# Comment (rem or ::)style.batch.1=fore:#007F00,$(font.comment)# Keywordsstyle.batch.2=$(colour.keyword),bold# Label (line beginning with ':')style.batch.3=$(colour.string),back:#606060,fore:#FFFF00,eolfilled# Hide command character ('@')style.batch.4=$(colour.preproc)# External commandsstyle.batch.5=fore:#007090,$(font.monospace),bold# Variable: %%x (x is almost whatever, except space and %), %n (n in [0-9]), %EnvironmentVar%style.batch.6=fore:#800080# Operator: * ? < > |style.batch.7=fore:#000000comment.block.batch=REM ~# Makefile styles# Defaultstyle.makefile.0=fore:#000000# Comment: #style.makefile.1=$(colour.other.comment),$(font.code.comment.box)# Pre-processor or other comment: !style.makefile.2=$(colour.preproc)# Variable: $(x)style.makefile.3=fore:#000080# Operatorstyle.makefile.4=$(colour.other.operator)# Targetstyle.makefile.5=fore:#A00000# Errorstyle.makefile.9=$(colour.error),eolfilled# Matched Operatorsstyle.makefile.34=fore:#0000FF,notboldstyle.makefile.35=fore:#FF0000,notboldcomment.block.makefile=#~# Error list stylesstyle.errorlist.32=fore:#B06000,$(font.small)# Defaultstyle.errorlist.0=fore:#000000# python Errorstyle.errorlist.1=fore:#FF0000# gcc Errorstyle.errorlist.2=fore:#800080# Microsoft Errorstyle.errorlist.3=fore:#808000# command or return statusstyle.errorlist.4=fore:#0000FF# Borland error and warning messagesstyle.errorlist.5=fore:#B06000# perl error and warning messagesstyle.errorlist.6=fore:#FF0000# .NET tracebacksstyle.errorlist.7=fore:#FF0000# Lua error and warning messagesstyle.errorlist.8=fore:#FF0000# ctagsstyle.errorlist.9=fore:#FF00FF# diff changed !style.errorlist.10=fore:#007F00# diff addition +style.errorlist.11=fore:#00007F# diff deletion -style.errorlist.12=fore:#007F7F# diff message ---style.errorlist.13=fore:#7F0000# PHP errorstyle.errorlist.14=fore:#FF0000# Essential Lahey Fortran 90 errorstyle.errorlist.15=fore:#FF0000# Intel Fortran Compiler errorstyle.errorlist.16=fore:#FF0000# Intel Fortran Compiler v8.0 error/warningstyle.errorlist.17=fore:#FF0000# Absoft Pro Fortran 90/95 v8.2 error or warningstyle.errorlist.18=fore:#FF0000# HTML Tidystyle.errorlist.19=fore:#FF0000# Java runtime stack tracestyle.errorlist.20=fore:#FF0000# Text matched with find in files and message part of GCC errorsstyle.errorlist.21=fore:#000000# Ensures that spacing is not affected by line number stylesstyle.errorlist.33=$(font.small)lexer.errorlist.value.separate=1# Difference styles# Defaultstyle.diff.0=fore:#000000# Comment (part before "diff ..." or "--- ..." and , Only in ..., Binary file...)style.diff.1=fore:#007F00# Command (diff ...)style.diff.2=fore:#7F7F00# Source file (--- ...) and Destination file (+++ ...)style.diff.3=fore:#7F0000# Position setting (@@ ...)style.diff.4=fore:#7F007F# Line removal (-...)style.diff.5=fore:#007F7F# Line addition (+...)style.diff.6=fore:#00007Fcommand.build.makefile=makecommand.build.*.mak=makeif PLAT_WIN command.go.*.bat=$(FileNameExt) command.name.0.*.bat=Execute Selection command.0.*.bat=$(CurrentSelection) command.name.1.*.mak=nmake command.1.*.mak=nmake -f $(FileNameExt)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -