在 Eclipse 中格式化 freemarker 文件
实际上,我们在 Eclipse + Freemarker 插件(来自 JBoss)下有 freemarker 文件(ftl)。
您知道格式化 ftl 文件的方法吗?
谢谢
Actually we have freemarker files (ftl) under Eclipse + Freemarker plugin (from JBoss).
Do you know a way to format ftl files ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于表示 HTML 的 ftl 文件,配置 eclipse 打开 HTML 编辑器效果很好。 HTML 编辑器具有所需的格式化功能。 Todo 配置 eclipse 使用 HTML 编辑器打开 ftl 文件,您可以使用“打开方式”,然后您将被要求将 HTML 编辑器永久链接到 ftl 扩展名:
在内容类型首选项页面中,您可以实际添加 *.ftl 扩展名:
For ftl files that represent HTML configuring eclipse to open the HTML Editor works nicely. The HTML Editor has formatting capability as asked for. Todo configure eclipse to open ftl files with the HTML Editor you can use "open with" and there you'll get offered to link the HTML Editor permanently to the ftl extension:
In the Content Types Preferences Page you can than actually add the *.ftl extension:
几个月前,我寻找格式化工具,但找不到任何此类工具。据我所知,目前没有这样的工具可用,只有您提到的语法突出显示。
I looked for a formatting tool a few months ago and I was unable to find any such tools. To my knowledge there no such tools currently available, just the syntax highlighting you mentioned.
将 ftl 文件扩展名与您的网页编辑器相关联(假设您已经安装了 wtp)。
Associated the ftl file extension with your web page editor (assuming you have wtp already installed).
一个老问题。一段时间以来我遇到了同样的问题,在使用 freemarker 模板时,默认的 html 编辑器包含一些令人恼火的功能,特别是在使用括号语法时。
Aptana studio eclipse插件解决了大部分问题:
http://www.aptana.com/products/studio3/download
An old question. I had the same problem for some time now, the default html editor contains some irritating features when working on freemarker templates, especially when using the bracket syntax.
Aptana studio eclipse plugin solves most of the problems:
http://www.aptana.com/products/studio3/download