文書の過去の版を表示しています。


Ace - The High Performance Code Editor for the Web

Ace はJavaScriptで記述された、Webシステムに組み込み可能なコードエディタです。

本家: Ace - The High Performance Code Editor for the Web
ソースコード: GitHub - ajaxorg/ace: Ace (Ajax.org Cloud9 Editor)

ビルド済みファイルを取得する。

$ git clone https://github.com/ajaxorg/ace-builds.git

Ace をソースからビルドするには node.js が必要です。

ソースを取得する。

$ git clone git://github.com/ajaxorg/ace.git

npm (node package manager) で Ace のビルドに必要な依存パッケージをインストールする。

$ cd ace
$ npm install

※npm は ace ディレクトリ直下の package.json を参照して自動でインストールしてくれます。

Ace をビルドする。

$ make build

ビルドが終わると実行に必要なファイル群が ace/build に生成されます。

更新

$ cd ace
$ git pull
$ make build
  • javascript/ace.1564558899.txt.gz
  • 最終更新: 2019/07/31 16:41
  • by ともやん