pgAdmin III commit: Improve the copy handling on the Edit Grid so that - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Improve the copy handling on the Edit Grid so that
Date
Msg-id E1Uep5b-0004Pm-BO@gothos.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix a crash that could occur if the browser fails t
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Improve the copy handling on the Edit Grid so that