ace
Fast and Lightweight Ace Editor (https://ace.c9.io/) for Vaadin 14 & 23
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
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
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
3.4.2 (2022-09-06)
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-09-05
- Maturity
- STABLE
- License
- MIT License
Compatibility
- Framework
- Vaadin 23
- Vaadin 14 in 1.3.4
- Browser
- Browser Independent
ace - Vaadin Add-on Directory
Fast and Lightweight Ace Editor (https://ace.c9.io/) for Vaadin 14 & 23[**2.x**](https://github.com/F0rce/ace/tree/master): Built for Vaadin 14 (with Java 8) extends `Component` (LTS)
[**3.x**](https://github.com/F0rce/ace/tree/3.x): Built for Vaadin 23 (with Java 11) extends `Component` ## Documentation [docs.f0rce.de/ace](https://docs.f0rce.de/ace) ## License [MIT License](https://github.com/F0rce/ace/blob/master/LICENSE)