問題描述
我正在使用 Java.如果我在 Eclipse Helios 中點擊 Ctrl+Shift+F,它將自動格式化我的代碼.在某一點上,它會換行.我想增加最大行長.我該怎么做?
I am working with Java. If I hit Ctrl+Shift+F in Eclipse Helios, it will auto format my code. At a certain point, it wraps lines. I would like to increase the maximum line length. How can I do this?
推薦答案
在偏好設置Java -> Code Style -> Formatter,編輯配置文件.Line Wrapping 選項卡下是線寬的主要選項(最大線寬:).在評論選項卡中,您有一個單獨的選項評論的最大線寬:,它也需要更改以影響評論換行.
In preferences Java -> Code Style -> Formatter, edit the profile. Under the Line Wrapping tab is the primary option for line width (Maximum line width:). In the Comments tab you have a separate option Maximum line width for comments:, which will also need to be changed to affect comment wrapping.
如果您使用 [Built-in]
之一,您需要制作自己的個人資料才能進行這些更改.只需點擊格式化程序首選項頁面上的新建..."即可.
You will need to make your own profile to make these changes in if you using one of the [Built-in]
ones. Just click "New..." on the formatter preferences page.
這篇關于Eclipse:設置自動格式化的最大行長?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!