Skip navigation links

jEditor

JEditor is a simple Java text Editor with syntax highlighting which is designed to be used in a library in other applications.

See: Description

Core API 
Package Description
org.jeditor
Contains only a Main class to show the version of the Application if started directly.
org.jeditor.app
A class showing the use of the package.
org.jeditor.core
This package contains the core syntax classes of the library.
org.jeditor.diff
The diff package, allowing to present differences between two text files.
org.jeditor.gui
The presentation package for managing scripts presentation and modification.
org.jeditor.scripts
Contains the code to handle scripts syntaxes.
org.jeditor.scripts.base
Contains the generic package for syntax management.
org.jeditor.scripts.tokenmarkers
Contains various scripts syntax.
Syntax pack 
Package Description
org.jeditor.scripts.pack
Contains scripts syntax in a GPL pack.
JEditor is a simple Java text Editor with syntax highlighting which is designed to be used in a library in other applications. A typical use case is an application which needs to edit text files. The code is heavily derived from the jEdit syntax package

License

The library is distributed under the MIT license, as the jEdit syntax package from which it derives. The library can also be downloaded with code allowing to perform a syntax-coloring diff between two files. This full code is distributed under the GPL license.
Skip navigation links

Copyright © 2016, 2017, 2018, 2019, 2023 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence