JEditor git
a simple Java text Editor with syntax highlighting which is designed t
Brought to you by:
hervegirod
| File | Date | Author | Commit |
|---|---|---|---|
| nbproject | 2023-07-22 |
|
[7acef2] Fix the caret no being advanced, it is now corr... |
| samples | 2025-07-02 |
|
[eb1698] - Put the caret at the end of the selection af... |
| src | 2025-08-27 |
|
[e694c0] Fix some cases when inserting a text in the edi... |
| test | 2025-08-17 |
|
[d9fc42] Add a TokenizedDocument class allowing to itera... |
| wiki | 2025-08-27 |
|
[85125f] Fix some cases when inserting a text in the edi... |
| .gitignore | 2023-07-22 |
|
[7acef2] Fix the caret no being advanced, it is now corr... |
| CHANGES | 2025-08-27 |
|
[9cdccc] Fix some cases when inserting a text in the edi... |
| GPL_LICENSE.txt | 2023-07-01 |
|
[b9823e] switch to git |
| MIT_LICENSE.txt | 2023-07-01 |
|
[b9823e] switch to git |
| README | 2023-07-01 |
|
[b9823e] switch to git |
| build.xml | 2025-07-02 |
|
[eb1698] - Put the caret at the end of the selection af... |
| editor.bat | 2023-07-01 |
|
[b9823e] switch to git |
jEditor
What is it?
-----------
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.
Where is it?
------------
The home page for the jEditor project can be found in the sourceforge
Project web site (https://sourceforge.net/projects/jEditor/). There you also find
information on how to download the latest release as well as all the other
information you might need regarding this project.
Requirements
------------
A Java 1.7 or later compatible virtual machine for your operating system.
Installation
------------
The jEditor.jar file is the library of the application.
Licensing and legal issues
--------------------------
The jEditor Library uses a MIT license for the source code, except the GPL license for the code which allows to
compare two text files.