AceEditor
Wrapper for Ace code editor
This add-on wraps Ace editor inside a TextArea-like Vaadin component.
Ace is a code editor written in JavaScript. It supports a lot of languages and features including syntax highlighting, indenting, error checking, etc. Ace homepage: http://ace.ajax.org/
From version 0.8.15 onwards this add-on requires Vaadin 8. Versions 0.7.0 - 0.8.14 are for Vaadin 7, and versions before that are for Vaadin 6.
See the Source Code link for some instructions -->
This add-on is still in an experimental phase, interfaces etc. are subject to change.
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
- Released
- 2017-03-26
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 8.0+
- Vaadin 6.5+ in 0.1.2
- Vaadin 6.7+ in 0.2.4
- Vaadin 7.0+ in 0.7.0
- Browser
- Internet Explorer
- Firefox
- Opera
- Google Chrome
- Internet Explorer
AceEditor - Vaadin Add-on Directory
Wrapper for Ace code editorIssue Tracker
AceEditor version 0.1.2
Little fixes.
Java 1.5 compatible.
AceEditor version 0.2.0
Changed package to org.vaadin.aceeditor
Other changes and fixes
AceEditor version 0.2.1
Preloading all the Ace modes and themes. (Temp solution)
AceEditor version 0.2.2
Resizing editor when containing subwindow is resized.
AceEditor version 0.2.3
useWrapMode
AceEditor version 0.2.5
Updated Ace.
AceEditor version 0.3.1
Fixed maven version range.
AceEditor version 0.7.0
For Vaadin 7.
AceEditor version 0.8.0
Server-client communication as diffs.
Added SuggestionExtension.
AceEditor version 0.8.6
Fixes by Yuriy Artamonov
AceEditor version 0.8.7
scrollToRow + some fixes
AceEditor version 0.8.9
New feature: Ability to hide line numbers (gutter), show/hide print margin and enable/disable active line highlight
Fix for undefined behavior: Ensure valid value of component on server before suggesting
AceEditor version 0.8.14
Some fixes.