ace
ace copied to clipboard
Ace Editor for Vaadin 14 & 23
**Describe the bug** AceEditor not showing up in the UI / collapses to a thin line. **To Reproduce** Steps to reproduce the behavior: Download vaadin starter application with v24 Add...
Hi I was told this is using polymer 2 and so it cannot be used in Vaadin 24. If so, when you find time, could you please let this also...
**Describe the bug** Mouse events fully ignored inside completion popup. For example scrolling by mouse wheel not works, hovering not works **To Reproduce** 1. Download [example-project.zip](https://github.com/F0rce/ace/files/14009022/example-project.zip) 2. Run class 'Application'...
Hi, I've been trying to add a custom mode for Cypher language, could please indicate how to import the additional file?
This PR adds two extra capabilities to the custom mode rule Java API: - start/end to support things like block comments - keyword mapper support With these two changes modes...
Since version 2.1.1 this Componenet can no longer be compiled because Error: Can't resolve 'lit-html/is-server.js' The error occurs in all subsequent versions for Vaadin 14. -------- Seit der Version 2.1.1...
All components added into a j2ee HttpSession must to be serializable. This is also needed when using the editor in clustered environments to migrate active sessions between nodes.
**Describe the bug** I have a Vaadin `CustomField` that wraps an `AceEditor` - very straightforward. In order to keep the `CustomField`'s value up-to-date, I register a listener. It looks something...
After using search & replace in your editor, the getValue() method returns the old value... would it be possible to trigger a valueChange event after user replaced text via that...
**Is your feature request related to a problem? Please describe.** The editor did not implement HasValue interface and therefore, you can't bind it in Vaadin Binder. **Describe the solution you'd...