Ace: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
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. | ||
== Installation == | == 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 [https://github.com/idleberg/ace-nsis-mode NSIS mode] as described [http://nsis.sourceforge.net/mediawiki/index.php?title=Ace&oldid=24659#GitHub here]. | |||
== 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
- NSIS Mode for Ace on GitHub