Categories
Dictionnary
Download
Project Details
Changes Log
License

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.

Usage

There are several ways to use this library:
  • Use directly the Code Editor application class which is a simple but complete code Editor
  • Use directly the Code Editor component class which is an editor component which can be used in any Swing application
  • Use the syntax highlighting classes on a text content without using a code editor
  • Use the Text diff Panel class allows to apply a GNU diff to two text content. Alternatiely you can use directly the Diff engine if you want totake care of the result yourself

Architecture

archi

Categories: general

Developers

Join this project:

To join this project, please contact the project administrators of this project, as shown on the project summary page.

Get the source code:

Source code for this project is available as downloads or through the git repository used by the project, as accessible from the project develop page.

Copyright 2016-2019 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence