From 84ec636d7d0f5d7eb95165cb3fd3b6c634fef146 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 12 Apr 2010 10:39:57 +0200 Subject: [PATCH] introduce "ace" namespace and unify OO style --- demo/editor.html | 3 +- experiments/tokenizer.html | 2 +- experiments/triple_click.html | 4 +- src/BackgroundTokenizer.js | 12 +- src/CursorLayer.js | 14 +- src/Editor.js | 997 +++++++++++++++++----------------- src/GutterLayer.js | 6 +- src/JavaScript.js | 6 +- src/MarkerLayer.js | 10 +- src/TextDocument.js | 419 +++++++------- src/TextInput.js | 26 +- src/TextLayer.js | 18 +- src/Tokenizer.js | 5 +- src/VirtualRenderer.js | 58 +- src/XML.js | 6 +- src/lib.js | 62 +-- 16 files changed, 835 insertions(+), 813 deletions(-) diff --git a/demo/editor.html b/demo/editor.html index b7c3e4f5..22f3241c 100644 --- a/demo/editor.html +++ b/demo/editor.html @@ -40,7 +40,8 @@ +