pgAdmin III commit: Improve the copy handling on the Edit Grid so that

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Improve the copy handling on the Edit Grid so that
Date: 2013-05-21 16:08:37
Message-ID: E1Uep77-0004SM-Mc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve the copy handling on the Edit Grid so that it works more consistently and predictably.

Previously, different copy functions may be called if using the
toolbar button vs. the keyboard shortcut, which led to inconsistent
behaviour. Further, when a cell was in Edit Mode, the entire contents
would be copied, where the user would normally only expect the
highlighted text (if any) to be copied.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=37671938f9f037e638fa89c5b8830a9999406bc8

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/ctl/ctlSQLGrid.cpp | 6 ------
pgadmin/frm/frmEditGrid.cpp | 11 +++++++++--
3 files changed, 11 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Neel Patel 2013-05-22 11:05:38
Previous Message Dave Page 2013-05-21 16:07:03 pgAdmin III commit: Improve the copy handling on the Edit Grid so that