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-07-05 |
![]() |
[4ffb1f] Further fixes for the SPARQL syntax |
test | 2025-03-27 |
![]() |
[b7b4df] Fix a case where the visible lines would be set... |
wiki | 2025-03-27 |
![]() |
[87eb95] Add a method in the SyntaxDocument class to get... |
.gitignore | 2023-07-22 |
![]() |
[7acef2] Fix the caret no being advanced, it is now corr... |
CHANGES | 2025-07-05 |
![]() |
[70e066] Further fixes for the SPARQL syntax |
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.