Ace: Difference between revisions

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


== Installation ==
== Installation ==


=== GitHub ===
As of  v1.2.3, NSIS support is already part of the official Ace distribution. To support older versions of the editor, copy the [https://github.com/idleberg/ace-nsis-mode NSIS mode] as described [http://nsis.sourceforge.net/mediawiki/index.php?title=Ace&oldid=24659#GitHub here].
 
1. Clone repository <code>git clone <nowiki>https://github.com/idleberg/ace-nsis-mode</nowiki></code> (or download [https://github.com/idleberg/ace-mode-nsis/releases lastest release])
 
2. Copy files inside <code>mode</code> folder to <code>lib/ace/mode</code>
 
3. Deploy to your server
 
== License ==
== License ==



Latest revision as of 08:46, 8 February 2016

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

As of v1.2.3, NSIS support is already part of the official Ace distribution. To support older versions of the editor, copy the NSIS mode as described here.

License

Released under a BSD License.

Links