From fb936bc622529ccacc95f8d3c7c769439529fa18 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 10 Aug 2011 11:38:21 +0200 Subject: [PATCH] fix packager --- Makefile.dryice.js | 2 +- build/kitchen-sink.html | 837 ++++++++++++++++++++++++++++++++++------ 2 files changed, 711 insertions(+), 128 deletions(-) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index a25c7b02..ed4c75af 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -359,7 +359,7 @@ function demo() { console.log('# kitchen sink ---------'); copy({ - source: "index.html", + source: "kitchen-sink.html", dest: "build/kitchen-sink.html", filter: [ function(data) { return (data diff --git a/build/kitchen-sink.html b/build/kitchen-sink.html index 5a2c6e1a..32d1894a 100644 --- a/build/kitchen-sink.html +++ b/build/kitchen-sink.html @@ -1,127 +1,710 @@ - - - - - ACE - Ajax.org Cloud9 Editor - - - - - - - - -
-
- -
-

Ace is a standalone code editor written in JavaScript. Our goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. It can be easily embedded in any web page and JavaScript application. Ace is developed as the primary editor for Cloud9 IDE and the successor of the Mozilla Skywriter (Bespin) Project.

- -

Features

-
- -
    -
  • Syntax highlighting
  • -
  • Auto indentation and outdent
  • -
  • An optional command line
  • -
  • Work with huge documents (100,000 lines and more are no problem)
  • -
  • Fully customizable key bindings including VI and Emacs modes
  • -
  • Themes (TextMate themes can be imported)
  • -
  • Search and replace with regular expressions
  • -
  • Highlight matching parentheses
  • -
  • Toggle between soft tabs and real tabs
  • -
  • Displays hidden characters
  • -
  • Highlight selected word
  • -
- -

Take Ace for a spin!

-
-

Check out the Ace live demo or get a Cloud9 IDE account to experience Ace while editing one of your own GitHub projects.

- -

History

-
-

Previously known as “Bespin” or lately “Skywriter” it’s now known as Ace (Ajax.org Cloud9 Editor)! Bespin and Ace started as two independent projects both aiming to build a no compromise code editor component for the web. Bespin started as part of Mozilla Labs and was based on the <canvas> tag, while Ace is the Editor component of the Cloud9 IDE and is using the DOM for rendering. After the release of Ace at JSConf.eu 2010 in Berlin the Skywriter team decided to merge Ace with a simplified version of Skywriter's plugin system and some of Skywriter's extensibility points. All these changes have been merged back to Ace now, which supersedes Skywriter. Both Ajax.org and Mozilla are actively developing and maintaining Ace.

- - -

Getting the code

-
-

Ace is a community project. We actively encourage and support contributions. The Ace source code is hosted on GitHub. It is released under the Mozilla tri-license (MPL/GPL/LGPL). This is the same license used by Firefox. This license is friendly to all kinds of projects, whether open source or not. Take charge of your editor and add your favorite language highlighting and keybindings! -

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

- -
-
-
- - - - - + + + + + + Ace Kitchen Sink + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +