Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86513119C2 for ; Sat, 21 Jun 2014 18:09:07 +0000 (UTC) Received: (qmail 22535 invoked by uid 500); 21 Jun 2014 18:09:07 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 22465 invoked by uid 500); 21 Jun 2014 18:09:07 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 22451 invoked by uid 99); 21 Jun 2014 18:09:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jun 2014 18:09:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5B88D989FA4; Sat, 21 Jun 2014 18:09:06 +0000 (UTC) From: sebastianrothbucher To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb pull request: 2160 string edit Content-Type: text/plain Date: Sat, 21 Jun 2014 18:09:06 +0000 (UTC) GitHub user sebastianrothbucher opened a pull request: https://github.com/apache/couchdb/pull/251 2160 string edit Implemented a string-edit windows (as briefly discussed in COUCHDB-2160): when the cursor is on a line that contains a JSON-String (possibly with encoded quotes / newlines), one can open a textarea containing the unescaped text. This can replace much of what the field-edit view of futon could do - and it should help a lot with editing javascript for design docs or e.g. Angular with couch (when the code is actually contained in documents). Feedback is highly appreciated! You can merge this pull request into a Git repository by running: $ git pull https://github.com/sebastianrothbucher/couchdb 2160-string-edit Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb/pull/251.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #251 ---- commit 80242d44f85c5bde2e4498883bd0cd7807e056ab Author: sebastianrothbucher Date: 2014-06-15T19:06:03Z very first draft (buggy but showable) for editing JS commit 957ba5150710c04697850acc50c369e6d84f29b2 Author: sebastianrothbucher Date: 2014-06-21T09:33:40Z Button to open - sel sensitive commit 483ba5d3eb2481f28a5f27c5e74301d57ae794b2 Author: sebastianrothbucher Date: 2014-06-21T17:57:41Z stable version of string editing ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---