Ace: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 3: Line 3:
[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'''
'''NSIS support is already part of the Ace master branch and should be part of the version following 1.2.2'''


== Installation ==
== Installation ==

Revision as of 10:56, 11 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.

NSIS support is already part of the Ace master branch and should be part of the version following 1.2.2

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