Directory

← Back

ace

Fast and Lightweight Ace Editor (https://ace.c9.io/) for Vaadin 14 & 23

Author

Contributors

Rating

Ace Editor for Vaadin 14 & 23

Even more embeddable and lightweight Vaadin Add-On - Ace - The High Performance Code Editor

Frontend is based on lit-ace created by myself

Version Guide

(1.x: Built for Vaadin 14 (with Java 8) extends AbstractSinglePropertyField)
2.x: Built for Vaadin 14 (with Java 8) extends Component (LTS)
3.x: Built for Vaadin 23 (with Java 11) extends Component

Documentation

docs.f0rce.de/ace

License

MIT License

Sample code

AceEditor ace = new AceEditor();
ace.setTheme(AceTheme.terminal);
ace.setMode(AceMode.sql);
ace.setValue("SELECT * FROM DB_01 WHERE ID = 123");

Links

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

2.3.1 (2022-07-28)

Changelog

If you find this component usefull, I would really appreciate a rating here or a star on the GitHub Repository.

For Issues and Feature Requests please visit ace/issues on GitHub.

Released
2022-07-28
Maturity
STABLE
License
MIT License

Compatibility

Framework
Vaadin 14
Vaadin 23 in 3.0.0
Browser
Browser Independent
Online