Обсуждение: RFE: Make Control+Enter execute query

Поиск
Список
Период
Сортировка

RFE: Make Control+Enter execute query

От
"Daniel Serodio"
Дата:
If this is the wrong place for RFE's, I'm sorry, please point me to the
right one.

I'd like to request that Control+Enter execute the query in the
"pgAdmin III Query" window, to make it more consistent with similar
tools.

Thanks in advance,
Daniel Serodio



Re: RFE: Make Control+Enter execute query

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Daniel Serodio
> Sent: 05 September 2006 20:34
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] RFE: Make Control+Enter execute query
>
> If this is the wrong place for RFE's, I'm sorry, please point
> me to the
> right one.
>
> I'd like to request that Control+Enter execute the query in the
> "pgAdmin III Query" window, to make it more consistent with similar
> tools.

pgAdmin uses F5, per SQL Server's Query Analyser. That's not going to
change I'm afraid.

Regards, Dave


Re: RFE: Make Control+Enter execute query

От
"Daniel Serodio"
Дата:
"Dave Page" wrote:
> > -----Original Message-----
> > From: pgadmin-support-owner@postgresql.org
> > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> > Daniel Serodio
> > Sent: 05 September 2006 20:34
> > To: pgadmin-support@postgresql.org
> > Subject: [pgadmin-support] RFE: Make Control+Enter execute query
> >
> > If this is the wrong place for RFE's, I'm sorry, please point
> > me to the
> > right one.
> >
> > I'd like to request that Control+Enter execute the query in the
> > "pgAdmin III Query" window, to make it more consistent with similar
> > tools.
>
> pgAdmin uses F5, per SQL Server's Query Analyser. That's not going to
> change I'm afraid.

I see. Isn't is possible to have both shortcuts?

TIA,
Daniel Serodio



Re: RFE: Make Control+Enter execute query

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Daniel Serodio
> Sent: 05 September 2006 22:07
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] RFE: Make Control+Enter execute query
>
> I see. Isn't is possible to have both shortcuts?

It's possible, but Ctrl+Enter is used elsewhere in pgAdmin to add
newlines in controls which would normally take a plain enter to accept
changes - for example, the data edit grid. I'd rather not use the same
shortcut elsewhere for a different purpose.

Regards, Dave.