Re: Paste rows rough patch

From: "Edward Di Geronimo Jr(dot)" <edigeronimo(at)xtracards(dot)com>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Paste rows rough patch
Date: 2006-05-03 17:40:27
Message-ID: 4458EB0B.1020609@xtracards.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

>In testing on Windows, I see that a cell can be active (ie. Have a thick
>border), or have focus (ie. The cursor is flashing in it). It seems to
>me that we should only paste directly into the cell in the latter case -
>in the former, or any other case, the paste goes to the '*' row. Is that
>doable? Does it sound sensible to you?
>
>
That sounds reasonable. My original plan was to always paste into the *
row, but then I thought the option of pasting into the current row would
be nice. I hadn't realized the awkwardness of the selection handling at
the time.

Ed

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-05-03 20:22:30 SVN Commit by dpage: r5117 - in trunk/pgadmin3: . src/ctl src/dlg src/include src/schema
Previous Message Dave Page 2006-05-03 16:16:44 Re: Paste rows rough patch