admin管理员组文章数量:1427327
I'm creating a Swing application where the user should be able to edit JavaScript codes. So I need some kind of code editor embeddable in Java that supports:
- Customizable Auto-Completion (or if not already done, extensible enough to be easily implementable)
- Syntax Errors Highlight (like Netbeans or other advanced editors that can mark the lines with syntax problems)
- Color Syntax Highlighting (not very critical)
The need of it to be embeddable in Java is mainly because of the Auto-Completion which will be dynamic and very specific to the application.
Does such editor exists?
I'm creating a Swing application where the user should be able to edit JavaScript codes. So I need some kind of code editor embeddable in Java that supports:
- Customizable Auto-Completion (or if not already done, extensible enough to be easily implementable)
- Syntax Errors Highlight (like Netbeans or other advanced editors that can mark the lines with syntax problems)
- Color Syntax Highlighting (not very critical)
The need of it to be embeddable in Java is mainly because of the Auto-Completion which will be dynamic and very specific to the application.
Does such editor exists?
Share Improve this question asked Mar 1, 2011 at 22:12 douglazdouglaz 1,3462 gold badges13 silver badges17 bronze badges2 Answers
Reset to default 5RSyntaxTextArea supports syntax highlighting and auto pletion, but not error highlighting:
http://fifesoft./rsyntaxtextarea
I'm not aware of an editor that's specifically designed to be embeddable, however there are tons of programmer's editors that are open-source and written 100% in java. Here's a list of some of them: http://java-source/open-source/ides
本文标签: Lightweight code editor widget for Java that supports JavaScriptStack Overflow
版权声明:本文标题:Lightweight code editor widget for Java that supports JavaScript - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745495373a2660783.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论