Re: Paste rows patch - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Paste rows patch
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E401387FF1@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Paste rows patch  ("Edward Di Geronimo Jr." <edigeronimo@xtracards.com>)
Responses Re: Paste rows patch  ("Edward Di Geronimo Jr." <edigeronimo@xtracards.com>)
List pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Edward Di Geronimo Jr.
> Sent: 09 May 2006 07:24
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Paste rows patch
>
> Here's a fully functional version of my row pasting patch. It
> now always pastes into the * row, and prompts if you want to
> skip over serial columns or not. It should be good to go.

It's looking much better, however, I still think that if the cursor is
actually active in a cell then the paste should go to that cell, and
only in other cases to the new row. On Windows, the only way to do that
is ctrl-v or right-click->paste. The paste button and ctrl-v should
always do the same thing (though I wonder if that's an issue with
Windows doing the actual paste operation in the ctrl-v case) imo.

Whaddya think?

Regards, Dave.


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5137 - in branches/REL-1_4_0_PATCHES/pgadmin3: i18n i18n/zh_CN i18n/zh_TW pkg/win32/src
Next
From: "Edward Di Geronimo Jr."
Date:
Subject: Re: Paste rows patch