德国开元华人社区 开元周游

标题: 问下eclipse牛人 [打印本页]

作者: UCL    时间: 31.7.2009 10:57
标题: 问下eclipse牛人
大家又没有用过Code Style

http://eclipse-cs.sourceforge.net/

这个版本我怎么也安装不上去。。郁闷。。。
作者: Pant1980    时间: 31.7.2009 12:08
是叫Check Style,经常用,不过没碰过装不上的情况。也没留意是不是你这个版本。多试几次吧,这是个小东西,安装一般不会有意外的。
作者: UCL    时间: 31.7.2009 12:14
楼上用的是哪个版本?

推荐一下,谢谢。。
作者: Pant1980    时间: 31.7.2009 13:31
没留意,要的时候在google 找到updatesite 就装了,最近一次装大概一个月前,当时的最新版本。应该就是你给的那个updatesite.
作者: Pant1980    时间: 31.7.2009 13:48
刚查了一下,是1.5.12
作者: UCL    时间: 31.7.2009 13:55
updatesite也是http://eclipse-cs.sf.net/update/

我用的是eclipse galileo
作者: Pant1980    时间: 31.7.2009 16:40
galileo上我还没有试过。
作者: 有容乃大    时间: 1.8.2009 14:11
Check Style干什么的。
作者: Pant1980    时间: 3.8.2009 11:35
帮助规范代码格式的插件。
作者: 西江月    时间: 3.8.2009 21:56
帮助规范代码格式的插件。
Pant1980 发表于 3.8.2009 12:35

eclipse不是自己可以定义代码格式吗。
作者: UCL    时间: 3.8.2009 23:54
但是不可以纠错。。。
作者: 有容乃大    时间: 4.8.2009 07:19
但是不可以纠错。。。
UCL 发表于 4.8.2009 00:54

Check Style还可以纠错?
作者: Pant1980    时间: 4.8.2009 12:36
用CS,你可以规定自己的代码规范,还可以显示所有与此不符合的代码及相应提示。自己Configure Format还可以帮助自动按你的规范格式化代码。就是Ctrl + Shift + F的时候,按你自己的规范格式化,或者比如,你按Tab的时候,按你自己规定的格式缩进,例如可以是4个空格,8个空格或者一般的Tab等等。还可以在 SVN中加进CS所定的规范,以致所有不遵守定义的规范的代码,无法Checkin 进SVN。
作者: 有容乃大    时间: 4.8.2009 14:49
java code可以规定自己的代码规范,  Project 中有css,javascript, oder xml Datei也可以自己规定吗。
作者: Pant1980    时间: 4.8.2009 16:31
没试过, 不过这个我想要看插件的支持吧。
作者: Pant1980    时间: 13.8.2009 15:57
LZs Problem.....
读懂这个词可真是要想象力啊!
作者: 有容乃大    时间: 13.8.2009 17:58
Man kann nicht ohne Einschränkung jede Erweiterung/Zusatzpaket in Eclipse Galileo installieren, die an sich in Eclipse installiertbar ist.

有道理。
作者: UCL    时间: 13.8.2009 19:32
已经解决了,谢谢各位前辈。

因为galileo刚出来,其他插件正在陆续更新,现在已经没问提了。。
作者: 有容乃大    时间: 13.8.2009 19:38

作者: 有容乃大    时间: 2.9.2009 13:54
装完了,
没看出有什么不同?
作者: 有容乃大    时间: 2.9.2009 14:11
Ja, jetzt,
Im Quelltext der Java-Klassen werden verschiedene
  gelbe Marker angezeigt.
作者: 有容乃大    时间: 2.9.2009 23:09
顶好用的,
这个提示令人费解:
  Multiple markers at this line
        - '}' should be on a new
         line.
        - '}' should be on the
         same line.
作者: Pant1980    时间: 4.9.2009 09:55
把原代码贴出来啊。
作者: 有容乃大    时间: 4.9.2009 13:33
比如
   if (c == 's') {
        outs.append(notifications(account));
        status = 0; }
   else if (c == 'b') {
        outs.append(newnotifications(account));
        status = 0;
       }
当}单独一行时提示 (如第二个语句)   '}' sollte in derselben Zeile stehen.
当}写入上一行时提示  Multiple markers at this line
        - '}' should be on a new line.
        - '}' should be on the same line.
作者: 有容乃大    时间: 4.9.2009 13:36
这个}该写那呀。?
作者: Pant1980    时间: 4.9.2009 13:56
我这个ECLIPSE没有装CS,开一个要花不少时间呢,测试不了,你试试这样,应该就没错了的。

if (c == 's') {
        outs.append(notifications(account));
        status = 0;
} else if (c == 'b') {
        outs.append(newnotifications(account));
        status = 0;
}
作者: 有容乃大    时间: 4.9.2009 14:27
果然。感谢。
作者: 有容乃大    时间: 4.9.2009 14:36
}不能单独一行,也不能跟在上一语句后面。
作者: Pant1980    时间: 4.9.2009 14:39
不对,}应该单独一行,else (if) 和catch / finally之前例外。
作者: 有容乃大    时间: 4.9.2009 14:41
哦,super. Gut zu wissen.




欢迎光临 德国开元华人社区 开元周游 (https://forum.kaiyuan.cn/) Powered by Discuz! X3.2