Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 500CE108CA for ; Thu, 6 Mar 2014 21:32:27 +0000 (UTC) Received: (qmail 6118 invoked by uid 500); 6 Mar 2014 21:32:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 5828 invoked by uid 500); 6 Mar 2014 21:32:12 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 5667 invoked by uid 99); 6 Mar 2014 21:32:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 21:32:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C183D93FC94; Thu, 6 Mar 2014 21:32:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Date: Thu, 06 Mar 2014 21:32:08 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/12] couchdb commit: updated refs/heads/2128-autocomplete-section-name to 6e93561 Repository: couchdb Updated Branches: refs/heads/2128-autocomplete-section-name 35b3011d2 -> 6e9356127 (forced update) Turn workers back on for errors in the editors Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/72d61343 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/72d61343 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/72d61343 Branch: refs/heads/2128-autocomplete-section-name Commit: 72d61343b8b6edbfea3c9412bcc9edb1c246bf34 Parents: 929b3a0 Author: suelockwood Authored: Fri Feb 28 15:38:17 2014 -0500 Committer: suelockwood Committed: Fri Feb 28 15:38:17 2014 -0500 ---------------------------------------------------------------------- src/fauxton/app/addons/fauxton/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/72d61343/src/fauxton/app/addons/fauxton/components.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/fauxton/components.js b/src/fauxton/app/addons/fauxton/components.js index 71d78b1..0422b5a 100644 --- a/src/fauxton/app/addons/fauxton/components.js +++ b/src/fauxton/app/addons/fauxton/components.js @@ -284,7 +284,7 @@ function(app, FauxtonAPI, ace, spin) { afterRender: function () { this.editor = ace.edit(this.editorId); this.setHeightToLineCount(); - this.editor.getSession().setUseWorker(false); + this.editor.setTheme("ace/theme/" + this.theme); this.editor.getSession().setMode("ace/mode/" + this.mode);