Ace: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "== Description == NSIS mode for [http://ace.c9.io/ Ace] editor, formerly known as Mozilla Bespin === GitHub=== 1. Clone repository <code>git clone <nowiki>https://github.co...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Description ==
== Description ==


NSIS mode for [http://ace.c9.io/ Ace] editor, formerly known as Mozilla Bespin
[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.
=== GitHub===


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])
== Installation ==
 
2. Copy files inside <code>mode</code> folder to <code>lib/ace/mode</code>
 
3. Deploy to your server


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