Ace: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 2: Line 2:


[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.
[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.
'''A pull request adding NSIS support to the official Ace package is currently pending'''


== Installation ==
== Installation ==

Revision as of 08:54, 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.

A pull request adding NSIS support to the official Ace package is currently pending

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