Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipu-bd/acefx
Ace based standalone code editor in JavaFX with automated syntax highlighting and lots of themes.
https://github.com/dipu-bd/acefx
Last synced: 13 days ago
JSON representation
Ace based standalone code editor in JavaFX with automated syntax highlighting and lots of themes.
- Host: GitHub
- URL: https://github.com/dipu-bd/acefx
- Owner: dipu-bd
- License: apache-2.0
- Created: 2015-10-02T05:34:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T15:39:08.000Z (about 9 years ago)
- Last Synced: 2024-05-01T13:03:24.510Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AceFX
Ace based standalone code editor in JavaFX with automated syntax highlighting and lots of themes.## Description
It uses [Ace-Builds](https://github.com/ajaxorg/ace-builds/) as the source to get ace and [src-noconflict](resources/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.
## To DO
* GetLanguageList()
* Identify file type by extension in OpenFile()
* Make a toolbar
* Add events