Skip to content
daveho edited this page Mar 27, 2011 · 15 revisions

This project integrates the Ajax.org Code Editor (ACE) with the Google Web Toolkit (GWT). ACE is a programmer's editor implemented in Javascript for use in web applications.

The Screenshots page shows screenshot(s) of the demo application.

ACE project website: http://ace.ajax.org/

AceGWT is a very thin wrapper around ACE, and is distributed under the MIT license: http://www.opensource.org/licenses/mit-license.php

See the ACE project website for the ACE license terms.

Right now, there is no documentation (coming soon!).

Explanation of the repository: there are two folders, AceGWT and AceGWTDemo. AceGWT is the ACE integration, and AceGWTDemo is a simple demo application that uses it. Both are Eclipse projects which require GWT 2.2 and the Google Eclipse Plugin.

Clone this wiki locally