UltraEdit Java 编辑器设置
有人对如何设置 UltraEdit-32 (我使用版本 8.10a)作为 Java 编辑器有一些建议吗?
具体来说,我希望能够根据可配置的编码风格自动格式化源代码。
例如,如果我在方法定义的末尾(同一行)放置一个左大括号并按回车键,我希望编辑器将下一行缩进 4 个空格。
如果 UltraEdit 不是一个好的工具,有人可以推荐一个更好的编辑器吗?
谢谢。
Does anyone have some suggestions on how to set up UltraEdit-32 (I'm using version 8.10a) for use as a Java editor?
Specifically, I'd like to have the ability to auto-format source code based on a coding style that can be configured.
For example, if I place an open brace at the end of a method definition (same line) and hit return, I'd like the editor to indent to the next line 4 spaces.
If UltraEdit isn't a good tool for this, can someone suggest a better editor?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Netbeans 或 Eclipse 都是不错的选择。 UltraEdit 、 TextPad 或 EditPlus 也不错,但在自动建议和格式化方面没有您提到的那么好。
Netbeans or Eclipse are good ones. UltraEdit , TextPad or EditPlus are good too, but not so well equipped with respect to automatic suggestions and formatting as you mentioned.
如果您计划进行任何严肃的开发工作,UltraEdit 并不是一个好的选择。考虑使用开源的 Eclipse。
http://www.eclipse.org/downloads/packages/ eclipse-ide-java-developers/heliosr
UltraEdit is not a good choice if you plan on doing any serious development work. Consider using Eclipse, which is open source.
http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/heliosr