Re: Fwd: Pgadmin 1.12 rc1 editing bug

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pg(at)kuhnsteffen(dot)de
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Fwd: Pgadmin 1.12 rc1 editing bug
Date: 2010-09-03 21:07:07
Message-ID: AANLkTi=dVYp2D0awjvnBPC1RBZ0Y7UsBuMizOBsZP1zP@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, Sep 3, 2010 at 9:24 PM, Steffen Kuhn <pg(at)kuhnsteffen(dot)de> wrote:
>  Hi Guillaume,
>
> the delete problem is following:
> deleting rows has got the shortcut 'del'. Disabeling row deletion disables
> 'del'.
> Even the key event WXK_DELETE is not fired.
> So the solution of this problem which should been there since 'del' is the
> shortcut for row delete
> is to change the shortcut to eg. 'ctrl-del', to get the default behavior of
> the del key.
> Could you please comment this.

Del on its own is the correct key. It should be able to do the "right
thing" based on whether or not a cell is in edit mode.

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-03 22:00:31 pgAdmin III commit: Skip searching a R/W cell on a view
Previous Message Steffen Kuhn 2010-09-03 20:24:25 Re: Fwd: Pgadmin 1.12 rc1 editing bug