Re: Two unrelated issues

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Two unrelated issues
Date: 2010-01-20 09:30:08
Message-ID: 937d27e11001200130h2d974aeag24f7f30b7744edb0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Jan 20, 2010 at 7:05 AM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
>
>> > As long as I remember, we found that auto-completion does not work
>> > properly
>> > (not as expected in better manner) in the combo-box under GTK.
>> >
>> > Hence, we decided to make the combo-box read-only at that time, until we
>> > get
>> > some proper solution.
>> >
>>
>> I understand that. I still think it is simpler to allow typing in the
>> combobox I can type "text" quicker than selecting "text" item in the
>> combobox (and way way more quicker if I need the serial pseudo-type).
>> Moreover, we have the GuessedSelection functions to check what the user
>> types in, don't we?
>
>
> That's true.
> We can do that..

I love how Ashesh's memory of pgAdmin's commits goes back over 5 years :-)

In any case, he's right. As I recall, you get some really weird
behaviour with auto-complete, which is less desirable than being able
to type. It's worth playing again though - the behaviour of wxWidgets
might have changed enough since I last tried to fix it.

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-01-20 21:28:22 [pgAdmin III] #129: SQL syntax error when changing a parameter for a database, role/user and a function
Previous Message Ashesh Vashi 2010-01-20 07:05:34 Re: Two unrelated issues