https://github.com/sproutcore/sproutcore-ace
Ace editor for SproutCore
https://github.com/sproutcore/sproutcore-ace
Last synced: about 2 months ago
JSON representation
Ace editor for SproutCore
- Host: GitHub
- URL: https://github.com/sproutcore/sproutcore-ace
- Owner: sproutcore
- License: mit
- Created: 2016-10-19T15:10:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T07:40:11.000Z (over 8 years ago)
- Last Synced: 2025-02-24T14:52:35.602Z (over 1 year ago)
- Language: JavaScript
- Size: 3.85 MB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SproutCore Ace framework
This is a framework in progress which wraps the Ace code editor (https://ace.c9.io/) as a SproutCore view.
Ace is an editor with lots of modules, and including it as is would increase the size of a built SproutCore application hugely.
Because of the size and the incompatability between the loading system of Ace and the SproutCore build tools, setting 'sproutcore-ace' as dependency in your app only includes the editor without any modules or themes.
Every module lives in its own sub-framework and therefore has to be added to the dependencies of your app. So, in order to include the html mode, you need to add 'sproutcore-ace:html'. This should automatically also include the basic editor.
This framework can only be used with the NodeJS based SproutCore build tools.