Fanstatic packaging of Ajax.org Cloud9 Editor
Project description
js.ace
Introduction
This library packages Ajax.org Cloud9 Editor for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.ace) are published to some URL.
Bitbucket repository : https://bitbucket.org/fanstatic/js.ace
How to use?
You can import ace from js.ace and need it where you want these resources to be included on a page:
>>> from js.ace import ace >>> ace.need()
CHANGES
1.4.11 (2020-05-31)
Update to ace v1.4.10
All resources from ace-build subdir “src-min-noconflict” are copied into this packge, but only top-level resources are defined as Resource objects. Load the extra mode/keybindings/themes/workers in javascript using ace.require().
1.0.0 (2012-10-15)
Update to ACE v1.0.
0.1.6 (10-07-2011)
Initial release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.