From 8b40440297b1fc73a99af4044e682508fb73a1b3 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 1 Feb 2011 10:08:29 +0100 Subject: [PATCH] use the demo from the packaged version --- Readme.md | 5 +++-- build/Readme.md | 5 +++-- build/editor.html | 4 ++-- build_support/editor.html | 4 ++-- index.html | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index 0841f109..10b84fc9 100644 --- a/Readme.md +++ b/Readme.md @@ -20,7 +20,7 @@ Features Take Ace for a spin! -------------------- -Check out the Ace live [demo](http://ajaxorg.github.com/ace/editor-build.html) or get a [Cloud9 IDE account](http://run.cloud9ide.com) to experience Ace while editing one of your own GitHub projects. +Check out the Ace live [demo](http://ajaxorg.github.com/ace/build/editor.html) or get a [Cloud9 IDE account](http://run.cloud9ide.com) to experience Ace while editing one of your own GitHub projects. History ------- @@ -45,7 +45,7 @@ The easiest version is simply:
some text
@@ -64,6 +64,7 @@ By default the editor only supports plain text mode. However all other language the mode can be used like this: + var JavaScriptMode = require("ace/mode/javascript").Mode; editor.getSession().setMode(new JavaScriptMode()); Running Ace diff --git a/build/Readme.md b/build/Readme.md index 0841f109..10b84fc9 100644 --- a/build/Readme.md +++ b/build/Readme.md @@ -20,7 +20,7 @@ Features Take Ace for a spin! -------------------- -Check out the Ace live [demo](http://ajaxorg.github.com/ace/editor-build.html) or get a [Cloud9 IDE account](http://run.cloud9ide.com) to experience Ace while editing one of your own GitHub projects. +Check out the Ace live [demo](http://ajaxorg.github.com/ace/build/editor.html) or get a [Cloud9 IDE account](http://run.cloud9ide.com) to experience Ace while editing one of your own GitHub projects. History ------- @@ -45,7 +45,7 @@ The easiest version is simply:
some text
@@ -64,6 +64,7 @@ By default the editor only supports plain text mode. However all other language the mode can be used like this: + var JavaScriptMode = require("ace/mode/javascript").Mode; editor.getSession().setMode(new JavaScriptMode()); Running Ace diff --git a/build/editor.html b/build/editor.html index cbd4bc55..333cbcfa 100644 --- a/build/editor.html +++ b/build/editor.html @@ -21,13 +21,13 @@ diff --git a/build_support/editor.html b/build_support/editor.html index cbd4bc55..333cbcfa 100644 --- a/build_support/editor.html +++ b/build_support/editor.html @@ -21,13 +21,13 @@ diff --git a/index.html b/index.html index 25089119..cbd71fc9 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@

Demo

-Check out the demo. +Check out the demo.

Contact

Fabian Jakobs (fabian.jakobs@web.de)