Re: how to disable auto-completion

From: Michal Kozusznik <kozusznik(dot)michal(at)ifortuna(dot)cz>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: how to disable auto-completion
Date: 2012-11-29 12:23:46
Message-ID: 50B753D2.1090908@ifortuna.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 29.11.2012 13:04, Dave Page wrote:
> On Thu, Nov 29, 2012 at 3:02 PM, Kozusznik Michal
> <kozusznik(dot)michal(at)ifortuna(dot)cz> wrote:
>> that's why i'm not asking for developing hotkeys settings support, but to add single checkbox is setings to disable this feature at all. It should be quick and easy.
> But what is different between your request, and someone who has
> another app that uses F10 for something other than Step Into in the
> debugger? We're not going to add the ability to disable a single hot
> key on the request of one person I'm afraid. That leads to madness.

Do not disable the single hotkey. Disable whole feature.
Man, I'm programmer too. Don't try to tell me it is impossible or hard
to do .

> Auto-complete in pgAdmin uses the same code as psql does. That's
> regularly updated by the PostgreSQL team.

But unfortunately it's very weak comparable to other solutions.
Aspecialy it fails while working with joins. but makes impossible a lot
of things like add field names just after SELECT etc. I don't want to
list all issues here. There are better solutions - and this is the fact.
That's why it should be possible to disable it in pgadmin.
Just try SQL Asistant to see how far behind is native auto-complete.
Because I have feeling you think psql based one is good enough.

>> Then you figure out that it doesn't make sense to block other apps which do the job better.
> It doesn't block anything.
>

It does, actually . It uses most popular hot-key combination making
impossible to use the same with SQL Assistant

with regards
MK.

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2012-11-29 12:50:56 Re: how to disable auto-completion
Previous Message Dave Page 2012-11-29 12:04:08 Re: how to disable auto-completion