ace
Radiant extension to accommodate Ace Code Editor ( http://ace.ajax.org/ )
- Whilst editing files using ACE, hit ctrl+enter to switch between normal and full screen mode!
- Fluid layout that expands edit area to the height of the page, great for portrait displays
- Use my CoffeeScript filter and get syntax highlighted CoffeeScript code!
TODO : Support for multiple editors / tabs, currently switching tabs then refreshing the page works!
| Author | Dan Higham |
|---|---|
| Website | https://github.com/danhigham/radiant-ace-code-editor |
| Repository | git://github.com/danhigham/radiant-ace-code-editor.git |
| Supports | Radiant 0.9.1 |
| Record Created | February 9, 2011 (over 6 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install ace
make sure you update the extension via rake;
rake radiant:extensions:ace:update
