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 <[email protected]>
Date: 2014-06-15T19:06:03Z
very first draft (buggy but showable) for editing JS
commit 957ba5150710c04697850acc50c369e6d84f29b2
Author: sebastianrothbucher <[email protected]>
Date: 2014-06-21T09:33:40Z
Button to open - sel sensitive
commit 483ba5d3eb2481f28a5f27c5e74301d57ae794b2
Author: sebastianrothbucher <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---