如何修复Eclipse Mars中的格式?

时间:2015-09-13 19:44:11

标签: eclipse formatting

显然,Eclipse Mars中有一些problems格式化。 issue已经打开。似乎还有一个bug已被修复。

我的问题是大括号内的源代码没有缩进。我正在使用:

Version: Mars Milestone 6 (4.5.0M6)
Build id: 20150326-0744

有没有人有解决方法?感谢。

编辑:这是格式化程序的作用:

public class Junk {
int foo() {
int x=1;
System.out.println(x);
for(int i=0;i<2;i++) {
    x++;
    for(int j=0;i<2;i++) {
    x++;
    }
}
return x;
}

}

1 个答案:

答案 0 :(得分:0)

正如你所说,我面临的是日食的错误。我可以使用4.5.1版修复此问题。

请使用以下链接下载错误修复版本。 http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/commit/?h=R4_5_maintenance&id=3a54e1075910dfdcd0ae404611dd26506404e6e7