Ace: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
[http://ace.c9.io/ Ace] (formerly Mozilla Bespin) is a standalone code editor written in JavaScript that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. | |||
== Installation == | == Installation == |
Revision as of 08:30, 10 December 2015
Description
Ace (formerly Mozilla Bespin) is a standalone code editor written in JavaScript that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse.
Installation
GitHub
1. Clone repository git clone https://github.com/idleberg/ace-nsis-mode
(or download lastest release)
2. Copy files inside mode
folder to lib/ace/mode
3. Deploy to your server
License
Released under a BSD License.
Links
- NSIS Mode for Ace on GitHub