Ace based standalone code editor in JavaFX with automated syntax highlighting and lots of themes.
It uses Ace-Builds as the source to get ace and src-noconflict as the ace.js source.
AceFX Editor supports almost all of the methods that original Ace Editor has. It extends the Ace editor to use in JavaFX in a way that you won't notice any difference between it and any other normal code editor.
- GetLanguageList()
- Identify file type by extension in OpenFile()
- Make a toolbar
- Add events