⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 matlab.properties

📁 porting scintilla to qt
💻 PROPERTIES
字号:
# Define SciTE settings for Octave and Matlab (see below) files.# set the default lexer for .m filesDEFAULT_M_LEXER_OCTAVE=1DEFAULT_M_LEXER_MATLAB=0#-----------------------------------------------------------------------# Octave#-----------------------------------------------------------------------# M: Octave M-Files (we nee .m.octave for distinguishing it from matlab)file.patterns.octave=*.m.octave#~ if DEFAULT_M_LEXER_OCTAVE	#~ file.patterns.octave=*.m;$(file.patterns.octave)file.patterns.matlab=*.m;*.m.octave# M: Octave M-Filesfilter.octave=Octave (m)|$(file.patterns.octave)|lexer.$(file.patterns.octave)=octavekeywordclass.octave=\break \case \catch \continue \do \else \elseif \end \end_unwind_protect \endfor \endif \endswitch \endwhile \for \function endfunction \global \if \otherwise \persistent \return \switch \try \until \unwind_protect \unwind_protect_cleanup \whilekeywords.$(file.patterns.octave)=$(keywordclass.octave)comment.block.octave=## Octave styles# White spacestyle.octave.0=fore:#000000# Commentstyle.octave.1=$(colour.code.comment.line),$(font.code.comment.line)# Commandstyle.octave.2=$(colour.preproc)# Numberstyle.octave.3=$(colour.number)# Keywordstyle.octave.4=$(colour.keyword),bold# String (5: single quoted, 8: double quoted)style.octave.5=$(colour.string)style.octave.8=$(colour.string)# Operatorstyle.octave.6=$(colour.operator),bold# Identifierstyle.octave.7=#-----------------------------------------------------------------------# Matlab#-----------------------------------------------------------------------# M: Matlab M-Files (we need .m.matlab to distinguish it from octave)file.patterns.matlab=*.m.matlab#~ if DEFAULT_M_LEXER_MATLAB	#~ file.patterns.matlab=*.m;$(file.patterns.matlab)# M: Matlab M-Filesfilter.matlab=Matlab (m)|$(file.patterns.matlab)|lexer.$(file.patterns.matlab)=matlabkeywordclass.matlab=break case catch continue else elseif end for function \global if otherwise persistent return switch try whilekeywords.$(file.patterns.matlab)=$(keywordclass.matlab)comment.block.matlab=%~# Matlab styles# White spacestyle.matlab.0=fore:#000000# Commentstyle.matlab.1=$(colour.code.comment.line),$(font.code.comment.line)# Commandstyle.matlab.2=$(colour.preproc)# Numberstyle.matlab.3=$(colour.number)# Keywordstyle.matlab.4=$(colour.keyword),bold# String (5=single quoted, 8=double quoted)style.matlab.5=$(colour.string)style.matlab.8=$(colour.string)# Operatorstyle.matlab.6=$(colour.operator),bold# Identifierstyle.matlab.7=

⌨️ 快捷键说明

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