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 25ABB113DD for ; Thu, 26 Jun 2014 21:04:38 +0000 (UTC) Received: (qmail 63485 invoked by uid 500); 26 Jun 2014 21:04:37 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 63431 invoked by uid 500); 26 Jun 2014 21:04:37 -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 63418 invoked by uid 99); 26 Jun 2014 21:04:37 -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, 26 Jun 2014 21:04:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0FB299184ED; Thu, 26 Jun 2014 21:04:36 +0000 (UTC) From: sebastianrothbucher To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb pull request: 2160 string edit Content-Type: text/plain Message-Id: <20140626210437.0FB299184ED@tyr.zones.apache.org> Date: Thu, 26 Jun 2014 21:04:36 +0000 (UTC) Github user sebastianrothbucher commented on the pull request: https://github.com/apache/couchdb/pull/251#issuecomment-47279935 Thanks for all your feedback! I implemented the button to the left (right besides the line number). As it is a button, there is minimal interference with the editor and we can even keep the tooltip: ![image](https://cloud.githubusercontent.com/assets/7339874/3404785/476c594a-fd75-11e3-9c57-80800d6e170e.png) Tested on Chrome, FF, IE; suggestions and comments always welcome! BTW: I merely added new code, the existing one is largely untouched (showHideEditDoc... is a slight exception). --- 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. ---