在eclipse中格式化jsp文件中的java片段
当我在 Eclipse 中自动格式化 jsp 文件时,括号中的 java 代码 <% {javacode} %>也被格式化。
在这种情况下考虑哪些格式化程序选项?
我这么问是因为格式化程序在 72 个字符后换行,我想更改此行为。
When I format automatically my jsp files in eclipse the java code in brackets <% {javacode} %> gets also formatted.
Which formatter options are considered in this case?
I am asking because the formatter wraps my lines after 72 characters and I want to change this behaviour.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须在
Web > 下设置
。线宽
。 HTML 文件 >编辑器You'll have to set the
Line Width
underWeb > HTML Files > Editor
.Java 和 JavaScript 彼此不同,也与 HTML 不同。您是否尝试过使用这些语言的首选项页面修改其格式设置?
Java and JavaScript aren't the same as each other, nor the same as HTML. Have you tried modifying the formatting settings for those languages, using their preference pages?