Re: Patch:NumPad_Enter grid comfirm action - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Patch:NumPad_Enter grid comfirm action
Date
Msg-id 937d27e10901080535x40324ec2o4f1a4daff00b28e2@mail.gmail.com
Whole thread Raw
In response to Patch:NumPad_Enter grid comfirm action  ("mei ben" <nobookcn@gmail.com>)
List pgadmin-hackers
On Wed, Jan 7, 2009 at 4:48 PM, mei ben <nobookcn@gmail.com> wrote:
> Since pgadmin III v1.6.x, when edit grid, press Enter will update data
> and cursor focus to left cell of grid(column+1), press NumPad Enter
> will update data and cursor to next row but column no change.
> But since pgadmin III v1.8.0+ changed this action, no mater press
> Enter or NumPad Enter key, always column+1. Users have to press down
> and left key to the next row the same column.
> User like me have a large mount of edit grid modification every week,
> like change only price column of each db table, using num pad 0-9 and
> num pad enter will speed up this work. but pgadmin III v1.8.0+ lost
> this feature. I posted a feature request before, but no response,

Hmm, sorry about that - I must have missed it.

> So I decide do it myself. And it work well on my box. To avoid do this
> modification each new version, I hope this community review and accept
> my patch.

Yup, thanks - patch applied.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7542 - in trunk/pgadmin3: . pgadmin/frm
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7543 - in trunk/pgadmin3: . pgadmin/ctl pgadmin/dlg pgadmin/include/ctl pgadmin/include/dlg pgadmin/include/schema pgadmin/include/utils pgadmin/schema pgadmin/ui pgadmin/utils