From c2ec390d42945d2df1aed3f2b7ff3d1aa722fce8 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Fri, 13 Apr 2012 16:51:50 -0700 Subject: - code editor view options bar - Checkbox for user to toggle between manually triggered autocomplete and automatic autocomplete - font zoom hottext Signed-off-by: Ananya Sen --- index.html | 10 ++++ .../code-editor-view-options.css | 3 ++ .../code-editor-view-options.html | 56 ++++++++++++++++++++++ .../code-editor-view-options.js | 48 +++++++++++++++++++ js/controllers/code-editor-controller.js | 45 ++++++++++++++--- js/controllers/document-controller.js | 1 + js/ninja.reel/ninja.html | 13 ++++- js/stage/stage-view.reel/stage-view.js | 20 ++++++++ 8 files changed, 189 insertions(+), 7 deletions(-) create mode 100644 js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css create mode 100644 js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html create mode 100644 js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js diff --git a/index.html b/index.html index 0663fe16..eb76abed 100755 --- a/index.html +++ b/index.html @@ -22,6 +22,16 @@ + + + + + + + + + +