Re: Query tool: Autocompletion - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: Query tool: Autocompletion
Date
Msg-id 43DE14B5.7090907@pse-consulting.de
Whole thread Raw
In response to Re: Query tool: Autocompletion  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Dave Page wrote:
> Thanks, patch applied with minor tweaking re: trailing spaces as
> discussed on IM, and documentation.

I eyeballed the multibyte handling, it looks ok to me. But I found some
nasty misbehaviours:

select * from pg_c<TAB>

- On Windows, a popup will appear. If you activate a different app (e.g.
the debugger which runs pgadmin), it will stay on top. Only selecting
the very ctlSqlBox window will let it disappear (this is the usual popup
window fun...)

- On Linux, pg_cast will appear instead of the popup.

- On Linux, every <Enter> will insert two \n, i.e. an additional empty
line that can't be addressed with the cursor. This is also true if
autotabcomplete is disabled (doesn't happen when reading a script from a
file).

Regards,
Andreas

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4977 - trunk/pgadmin3/docs/en_US
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4978 - trunk/pgadmin3/src/ctl