Re: [pgAdmin4][Patch]: RM#1337 - Query Tool: Cannot copy result set to clipboard.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM#1337 - Query Tool: Cannot copy result set to clipboard.
Date: 2016-06-20 08:57:48
Message-ID: CA+OCxowEYiPRB13ZVfjrgXtGF1-8Kz54cOSqUoXk1Moe7yfNJQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Jun 20, 2016 at 5:16 AM, Surinder Kumar
<surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> Hi,
>
> Please find attached patch for RM#1337 - Query Tool: Cannot copy result set
> to clipboard.
>
> In Query tool, add support for copy single grid row to clipboard using:
> 1 ) CTRL+ c key
> 2) Copy row button in grid toolbar.
> For now only one row can be copied to clipboard.
>
> Please review.

It doesn't work - there is no way to select a row in Query Tool mode.

It does work in Edit Grid mode, but that wasn't the primary concern.

I think you should put this aside for now anyway, as it looks like we
have to replace the existing grid with an alternate control. That may
make this easier to resolve anyway.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-20 09:03:41 pgAdmin 4 commit: Fix the issue in Materialized view where user was not
Previous Message Dave Page 2016-06-20 08:42:50 Re: Fixed RM #1356