ruby.properties
来自「porting scintilla to qt」· PROPERTIES 代码 · 共 117 行
PROPERTIES
117 行
# Define SciTE settings for Ruby files.file.patterns.rb=*.rb;*.rbw;*.rake;Rakefileshbang.ruby=rbfilter.ruby=Ruby (rb rbw)|$(file.patterns.rb)|lexer.$(file.patterns.rb)=rubykeywordclass.ruby=__FILE__ and def end in or self unless __LINE__ begin \defined? ensure module redo super until BEGIN break do false next rescue \then when END case else for nil retry true while alias class elsif if \not return undef yieldkeywords.$(file.patterns.rb)=$(keywordclass.ruby)statement.indent.$(file.patterns.rb)=5 def class if do elsif else case while forblock.start.$(file.patterns.rb)=5 doblock.end.$(file.patterns.rb)=5 endindent.opening.$(file.patterns.rb)=1indent.closing.$(file.patterns.rb)=1comment.block.ruby=#~# ruby styles# White spacestyle.ruby.0=fore:#808080# Errorstyle.ruby.1=back:#FF0000# Comment linestyle.ruby.2=fore:#007F00,$(font.comment)# PODstyle.ruby.3=fore:#004000,back:#C0FFC0,$(font.monospace),eolfilled# Numberstyle.ruby.4=fore:#007F7F# Wordstyle.ruby.5=fore:#00007F,bold# Stringstyle.ruby.6=fore:#7F007F,$(font.monospace)# Characterstyle.ruby.7=fore:#7F007F,$(font.monospace)# Class namestyle.ruby.8=fore:#0000FF,bold# Def namestyle.ruby.9=fore:#007F7F,bold# Operatorstyle.ruby.10=bold# Identifierstyle.ruby.11=# Regexstyle.ruby.12=fore:#000000,back:#A0FFA0# Globalstyle.ruby.13=fore:#800080# Symbolstyle.ruby.14=fore:#C0A030# MODULE_NAMEstyle.ruby.15=fore:#A000A0,bold# INSTANCE_VARstyle.ruby.16=fore:#B00080# CLASS_VARstyle.ruby.17=fore:#8000B0# BACKTICKSstyle.ruby.18=fore:#FFFF00,back:#A08080# DATASECTIONstyle.ruby.19=fore:#600000,back:#FFF0D8,eolfilled# HERE_DELIMstyle.ruby.20=fore:#000000,back:#DDD0DD# HERE_Qstyle.ruby.21=fore:#7F007F,back:#DDD0DD,eolfilled,notbold# HERE_QQstyle.ruby.22=fore:#7F007F,back:#DDD0DD,eolfilled,bold# HERE_QXstyle.ruby.23=fore:#7F007F,back:#DDD0DD,eolfilled,italics# STRING_Qstyle.ruby.24=fore:#7F007F,$(font.monospace),notbold# STRING_QQstyle.ruby.25=$(colour.string),$(font.monospace)# STRING_QXstyle.ruby.26=fore:#FFFF00,back:#A08080# STRING_QRstyle.ruby.27=fore:#000000,back:#A0FFA0# STRING_QWstyle.ruby.28=fore:#000000,back:#FFFFE0# Demoted Keywordstyle.ruby.29=$(style.ruby.5)# STDINstyle.ruby.30=back:#FF8080# STDOUTstyle.ruby.31=back:#FF8080# STDERRstyle.ruby.40=back:#FF8080# Matched Operatorsstyle.ruby.34=fore:#0000FF,boldstyle.ruby.35=fore:#FF0000,bold# Braces are only matched in operator stylebraces.ruby.style=10if PLAT_WIN command.go.*.rb=ruby $(FileNameExt) command.go.subsystem.*.rb=1 command.go.*.rbw=rubyw $(FileNameExt) command.go.subsystem.*.rbw=1 command.help.*.rb=$(CurrentWord)!c:\apps\ruby\ProgrammingRuby.chm command.help.subsystem.*.rb=4if PLAT_GTK command.go.*.rb=ruby $(FileNameExt) command.name.1.*.rb=Check Syntax command.1.*.rb=ruby -cw $(FileNameExt) command.name.2.*.rb=Code Profiler command.2.*.rb=ruby -r profile $(FileNameExt)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?