CollabAceEditor - Vaadin Add-on Directory
Collaborative AceEditorThis add-on provides an Ace code editor component where multiple people can edit the same document.
NOTE! Requires add-ons: AceEditor, CollabTextArea.
http://vaadin.com/addon/aceeditor
http://vaadin.com/addon/diffsync
That is, AceEditor-0.3.x.jar, diffsync-0.3.x.jar, and CollabAceEditor-0.3.x.jar should be in your WebContent/lib folder, or let Maven handle the dependency automatically (recommended).
This add-on provides:
- CollabAceEditor: allows multiple people to edit the same shared text using the features of Ace editor.
- CollabDocAceEditor: like above + possible to add markers within the code.
- SuggestibleCollabAceEditor: like above + possible to generate code snippets (= suggestions).
This is an experimental add-on. Interfaces etc. are subject to change.
Online demo: http://antti.virtuallypreinstalled.com/collabace/
Online DemoCollabAceEditor version 0.1.2
Little fixes.
Java 1.5 compatible.
CollabAceEditor version 0.2.0
Changed package to org.vaadin.aceeditor.collab
Renamed class AceDiffSyncEditor to CollabAceEditor + other renaming.
Some other changes and fixes.
CollabAceEditor version 0.2.2
null
CollabAceEditor version 0.2.3
null
CollabAceEditor version 0.2.4
null
CollabAceEditor version 0.3.0
null
CollabAceEditor version 0.3.1
Fixex maven Vaadin version range.