Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 841 Bytes

File metadata and controls

29 lines (18 loc) · 841 Bytes

Text Editor component for Feathers UI

The text editor UI component used by Moonshine IDE, written in Haxe, and built on Feathers UI and OpenFL.

Minimum Requirements

  • Haxe 4.1
  • OpenFL 8.9.7
  • Feathers UI 1.0.0-rc.1

Installation

This library is not yet available on Haxelib. To install, run the following command in a terminal:

haxelib git moonshine-feathersui-text-editor https://github.com/Moonshine-IDE/moonshine-feathersui-text-editor.git

Project Configuration

After installing the library above, add it to your OpenFL project.xml file:

<haxelib name="moonshine-feathersui-text-editor" />

Documentation