看板MATLAB
标 题Re: 编辑器的中文字会变成『乱码』
发信站清华资讯(枫桥驿站) (Thu Mar 30 23:14:37 2000)
转信站Ptt!news.cs.nthu!maple
※ 引述《tchen (yes i do)》之铭言:
> ※ 引述《hichien (滑鼠、神奇魔法棒)》之铭言:
> > 我是使用 UltraEdit-32,可是为什麽我的文字全是黑色?
> > 因此我想请问如果我想将 MATLAB的注解符号 『%』改成绿色,
> > 应该如何修改 wordlist.txt档?
> > 此外可否举例『特别字』,例如有什麽字?
> > 谢谢各位先进!
> 找ultra edit的help
> "syntax highlighting"就有了
> 我觉得Matlab Editor还是有无法取代的地方,
> 例如说检查括号的功能啦..
> 还有可以直接run程式..不用回matlab下指令..
刚刚研究了UltraEdit一下子
其实wordlist这个档还蛮好写的
我把我为.m档写的定义贴出来
大家可以把下面这些东西剪到你ultraedit的wordlist.txt里面
再去调Adnvanced->configuration->Syntax Highlighting
里面Matlab Script相关的颜色即可
p.s.我的keyword是自己随便想到就加上去的
大家可以随自己意思删改
只是要注意同样字母开头的keyword要放到同一行,或是紧临的几行
/L6"Matlab Script" Line Comment = % String Chars = ' File Extensions = M
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .?
/Indent Strings = "for" "while" "if"
/Unindent Strings = "end"
/C1"Keywords"
elseif else end
for function
return
break
if
while
case
switch
/C3"Operators"
+
-
=
*
..
// /
^
&
|
~
<
>
/C4"Predefined Functions"
acos acosh all all ans asin asinh atan atanh axis
clc clear close contour cos cosh
det
error eval exist
fft fprintf
get grid gtext
hold
imag
log10 loglog
max mesh meshgrid min
nargin nargout
off on
pi plot
real
semilogx semilogy set sin sinh subplot
tan tanh text title
xlable
ylable
--
※ Origin: 枫桥驿站<bbs.cs.nthu.edu.tw> ◆ From: tchen.m6.ntu.edu.tw
1F:推 VIATOR: 用tic; toc; 量一次就知道了 07/10 04:12