Lightweight code editor widget for Java that supports JavaScript
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:
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?
RSyntaxTextArea supports syntax highlighting and auto completion, but not error highlighting:
http://fifesoft.com/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.net/open-source/ides
链接地址: http://www.djcxy.com/p/5190.html上一篇: 模拟一个水龙头,是可能的?