有没有办法让 NetBeans 确保文件末尾有换行符?
我在设置中找不到这个选项,也找不到解决这个问题的插件。我用谷歌搜索了很多。也许我错过了什么。有谁知道该怎么做?
如果重要的话,我正在使用 NetBeans 7.1 Beta。
I couldn't find this option in the settings, nor could I find a plugin solving this problem. I googled a lot. Maybe I missed something. Does anyone know how to do it?
If it matters, I'm using NetBeans 7.1 Beta.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我找到了 Netbeans 8 的这个插件: http://plugins.netbeans.org/plugin /56323/eof-换行
I found this plugin for Netbeans 8: http://plugins.netbeans.org/plugin/56323/eof-line-feed
经过我自己的研究并且缺乏其他人的任何解决方案,我得出的结论是这是不可能的。
After my own research and lack of any solutions from others, I come to the conclusion that this is impossible.
听起来您需要编辑文件模板以包含换行符。
Sounds like you need to edit your file template to include the newline.
对于当前版本的 NetBeans,有一个“无换行解析器”插件,可以通过插件管理器安装或在此处下载:
https://plugins.netbeans.apache.org/catalogue/?id=33
https://github.com/junichi11/netbeans-nonewline-resolver
配置可以在以下位置找到: :选项>杂项>无换行解析器
For current versions of NetBeans there is the "No Newline Resolver" plugin that can be installed through the plugin manager or downloaded here:
https://plugins.netbeans.apache.org/catalogue/?id=33
https://github.com/junichi11/netbeans-nonewline-resolver
Configuration can be found at: Options > Miscellaneous > No Newline Resolver