flecs-hub / explorer

Web-based UI for monitoring Flecs applications, trying out queries & learning ECS
MIT License
64 stars 14 forks source link

Added Behavejs to give IDE style behaviors to the editor #4

Closed Kristofir closed 2 years ago

Kristofir commented 3 years ago

Behavejs is a dependency-free JS library that adds IDE-style behaviors.

Behavejs' event listeners override some of LDT's, so LDT updating had to be re-added in by hooking into Behavejs.

Kristofir commented 3 years ago

Behave.js' textarea input methods broke input history for undo/redo. I've changed them so that they will preserve input history.