在Eclipse中撤消LineWrapping效果?

时间:2015-01-12 16:54:56

标签: java eclipse

我不小心编写了我的代码,几乎每行都打破了。我想撤消这些更改。对此有任何解决方案:

我以前的代码:

capsCacheDir = new File(mService.getCacheDir(),"entity-caps-cache");

有争议的代码:

capsCacheDir = new File(mService.getCacheDir(),
                        "entity-caps-cache");

1 个答案:

答案 0 :(得分:0)

Ctrl + z或者如果您已保存文件,请转到: Windows - >偏好 - > Java - >代码风格 - > Formatter(你可以调整格式化程序规则)

这是一个链接以获得更多帮助: http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fpreferences%2Fjava%2Fcodestyle%2Fref-preferences-formatter.htm