Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 616 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 616 Bytes

AceFX

Ace based standalone code editor in JavaFX with automated syntax highlighting and lots of themes.

Description

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.

To DO

  • GetLanguageList()
  • Identify file type by extension in OpenFile()
  • Make a toolbar
  • Add events