Eclipse JSF 编辑器配置

发布于 2024-12-01 17:21:53 字数 562 浏览 0 评论 0原文

当我在 Eclipse (Indigo) 中格式化 JSF 标记时,我发现相当短的代码行被分成了更多行。

让我用一个例子来解释这个问题,看看下面的标记:

bgcolor="<h:outputText 
              value="#{formBean.colorPreferences.background}"/>"
text="<h:outputText 
           value="#{formBean.colorPreferences.foreground}"/>

上面的标记已分成 4 行(格式化后),但是,我更喜欢格式化的标记如下:

bgcolor="<h:outputText  value="#{formBean.colorPreferences.background}"/>"
text="<h:outputText value="#{formBean.colorPreferences.foreground}"/>

有没有办法配置 Eclipse 编辑器根据我的喜好?

When I format my JSF markup in Eclipse (Indigo), I observed that fairly short lines of codes are broken into more lines.

Let me explain this issue using an example, just look at the following markup:

bgcolor="<h:outputText 
              value="#{formBean.colorPreferences.background}"/>"
text="<h:outputText 
           value="#{formBean.colorPreferences.foreground}"/>

The above markup has been broken into 4 lines (after formatting) but, I prefer the formatted markup to be as follows:

bgcolor="<h:outputText  value="#{formBean.colorPreferences.background}"/>"
text="<h:outputText value="#{formBean.colorPreferences.foreground}"/>

Is there any way to configure the Eclipse editor according to my preference?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

太傻旳人生 2024-12-08 17:21:53

是的,您只需将您感兴趣的文件类型的线宽更改为您想要的任何值:

Window -> Preferences -> Web -> HTML Files -> Editor

并将“线宽”设置为您想要的任何值。

Yes, you just need to change the line width for the file type you're interested in to whatever you want:

Window -> Preferences -> Web -> HTML Files -> Editor

And set Line width to whatever you'd like.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文