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 | 2023-07-23 |
|
[90a2da] Fix the caret no being advanced, it is now corr... |
| src | 2024-04-27 |
|
[c1f6e2] Initialize the search text to the selected text... |
| test | 2024-04-27 |
|
[c1f6e2] Initialize the search text to the selected text... |
| wiki | 2024-04-27 |
|
[2e7bcf] Initialize the search text to the selected text... |
| .gitignore | 2023-07-22 |
|
[7acef2] Fix the caret no being advanced, it is now corr... |
| CHANGES | 2024-04-27 |
|
[0c0ec3] Initialize the search text to the selected text... |
| 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 | 2023-07-23 |
|
[25da8b] Add the py alternate name to the python syntax |
| 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.