Eclipse:设置自动格式化的最大行长度吗?

时间:2014-01-20 07:04:47

标签: java eclipse formatting

我根据这个问题做了一切: Eclipse: Set maximum line length for auto formatting?

我的结果: enter image description here

我试着制作自己的个人资料。个人资料已创建:

enter image description here

在ctrl + shift + f之前: enter image description here

后:

enter image description here

如何解决?

4 个答案:

答案 0 :(得分:6)

转到How to Change the Default Format Settings in Eclipse

按照步骤创建新的个人资料。步骤11 [Line Wrapping]显示“Maximum line width”字段,更改可以解决您的问题。

此外,请确保在“活动配置文件”下拉列表中选择了新创建的配置文件 窗口 - >偏好 - > Java - >代码风格 - >格式化。

如果您尝试格式化XML: 转到窗口 - >偏好 - > XML - > XML文件 - >编辑 并更改线宽字段。

答案 1 :(得分:1)

正确答案: enter image description here

P.S。谢谢 Jon Skeet

答案 2 :(得分:0)

您必须创建自己的个人资料

在eclipse Window-> preferences -> Java -> Code Style -> Formatter中,编辑个人资料。在Line Wrapping tab下,可以选择行宽(Maximum line width

答案 3 :(得分:0)

在偏好 Java - >中代码风格 - >格式化程序,如果您没有自己的现有配置文件,则使用Eclipse [内置]创建新的或选择并编辑配置文件。在Line Wrapping选项卡下面是线宽选项(Maximum line width:)。