gpt4 book ai didi

java - 在 Eclipse 中撤消换行效果?

转载 作者:太空宇宙 更新时间:2023-11-04 14:14:33 25 4
gpt4 key购买 nike

我不小心格式化了我的代码,这几乎破坏了每一行的步骤。我想撤消这些更改。有什么解决办法吗:

我以前的代码:

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

格式化代码:

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

最佳答案

Ctrl+z 或者如果您已经保存了文件,请转到:Windows --> 首选项 --> Java --> 代码样式 --> 格式化程序(您可以在其中调整格式化程序规则)

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

关于java - 在 Eclipse 中撤消换行效果?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27906975/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com