From e43bee07e29ebb9fa10d2f7e30ec14b2fcf22cd6 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Sun, 23 Dec 2012 01:20:50 -0800 Subject: [PATCH] Get rid of my junk --- lib/ace/autocomplete.js | 2 +- lib/ace/commands/default_commands.js | 5 ----- lib/ace/css/editor.css | 9 --------- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/lib/ace/autocomplete.js b/lib/ace/autocomplete.js index 8584b7a4..4c751d86 100644 --- a/lib/ace/autocomplete.js +++ b/lib/ace/autocomplete.js @@ -180,7 +180,7 @@ var Autocomplete = function() { }; this.changeListener = function(e) { - console.log(e) + //console.log(e) }; this.blurListener = function() { diff --git a/lib/ace/commands/default_commands.js b/lib/ace/commands/default_commands.js index bef4c0fc..9d3bc401 100644 --- a/lib/ace/commands/default_commands.js +++ b/lib/ace/commands/default_commands.js @@ -307,11 +307,6 @@ exports.commands = [{ exec: function(editor) { editor.jumpToMatching(true); }, multiSelectAction: "forEach", readOnly: true -}, { - name: "hideautocomplete", - bindKey: bindKey("Esc", "Esc"), - exec: function(editor) { editor.$hideautocomplete(); }, - readOnly: true }, // commands disabled in readOnly mode diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index 0aeff4dc..4f32b905 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -386,12 +386,3 @@ .ace_italic { font-style: italic; } - -.ace_autocomplete { - position: fixed; - z-index: 9999; -} - -.ace_autocomplete li { - color: #000000; -}