Newcomer-friendly text editor - Object-Oriented Programming (06016317)
Code-Notes is a text-editor with the following features:
- Text Editor
- Tabbed Editor: edit multiple files at once
- Directory Listing: access your files directly inside the editor
- Syntax Highlighting
- Code Folding
- Exception Lookup
- Lookup with exception message directly inside the editor to get a potential solution to the problem.
- Provide hints and points out a common mistakes in the code
- Other features
- Internationalization (i18n): supports both English and Thai
- Preferences: customize the editor to suits your needs
- Java
- JavaFX
- RSyntaxTextArea
- IDE/Tools
- Netbeans 8.2
- JavaFX Scene Builder 2.0
- Clone this repository
- Enter the root directory of this repository
cd Code-Notes
- Execute Ant script
ant
- Locate
Code-Notes-FX.jar
from build results or downloaded from Releases - Execute the following command to launch Code-Notes
java -jar Code-Notes-FX.jar
- (For
.jar
downloaded from Releases v0.21 and later) Executerun.bat
- Javadoc generated by Ant