jEditor is a simple text editor with syntax highlighting. It is designed to be used as a library in Java applications. The code is based on the jEdit syntax package (http://syntax.jedit.org/), which is provided with an MIT license.
| Tags | Java Libraries text editor |
|---|---|
| Licenses | MIT/X GPLv2 |
| Operating Systems | OS Independent |
| Implementation | Java 5+ |
Recent releases


Release Notes: The editor now ensures that there are no remaining edits in the undo manager after a setText.


Release Notes: This release works only with Java 6 or more. Generification of the code. An Undo/Redo mechanism (Ctrl-Z and Ctrl-Y).


Release Notes: This version allows you to use the mouse wheel in the editor to scroll in the text.


Release Notes: This is a minor version that allows you to set the tab size for the tabspace key externally in the CodeEditor defaults, and has an example of this in the standalone editor application.


Release Notes: This version adds some forgotten files which prevented the standalone application from working and makes the tabspace key work in the editor. Upgrading is strongly encouraged.
A library and GUI front-end for machine learning.