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

AceGWT 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.

See the Documentation page for information on how to use AceGWT in your GWT project.

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

The Status page discusses the status of the project (which ACE features are supported, which have not been added yet.)

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 (MPL/GPL/LGPL).

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