如何在 Eclipse 中为 jsp/jsf/xhtml 页面设置自动缩进?

发布于 2024-10-31 05:24:40 字数 456 浏览 0 评论 0原文

我正在将 Eclipse Helios 与 WTP 一起使用。 我希望 Eclipse 自动缩进 jsf 页面。 Eclipse 无法正确执行此操作,并且我没有找到任何可以配置我想要的内容的地方。

不良自动缩进的示例

<li><c:if test="${userSession.loggedUser eq null}">

也是

</h:outputLink></li>

我发现的唯一配置是在“首选项”->“ XML->编辑器,只有少数选项没有说在新行上分割新元素,尽管它具有无用的在新行上分割属性

目前我是 jsf + richfaces,但是由于 jsp 是 Web 堆栈的顶部,所以存在这个问题。

I'm using Eclipse Helios with WTP.
I would like eclipse to auto-indent jsf pages. Eclipse fails to do that properly and I didn't find any place that I can configure what I want.

Examples of bad auto-indentation

<li><c:if test="${userSession.loggedUser eq null}">

also

</h:outputLink></li>

The only configuration I found is in Preferences -> XML -> Editor and there are only a handful of options none of which say split new elements on a new line although it has the useless split attributes on a new line.

Currently I'm jsf + richfaces, but this problem exists since jsp was the top of the web stack.

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

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

发布评论

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

评论(1

尸血腥色 2024-11-07 05:24:40

您是否还检查过 HTML 下的可用首选项?

Have you also checked the available preferences under HTML?

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