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

From Andreas Pflug
Subject Re: Query tool: Autocompletion
Date
Msg-id 43DE1D6F.7010808@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.

More problems on Linux:

- select * from pg_c<Ctrl-Spc) _does_ popup the window. However, the
popup will show the same problem as on Windows, remaining on top of all
windows.

- All ctrl keys were executed twice, fixed in svn. Still, I'm not sure
if event.m_metaDown=false shouldn't be active for OSX too. It has effect
on function keys (F5 et al)

- SELECT * FROM pg_class, pg_att<Ctrl-Spc> won't do anything.
- SELECT * FROM pg_class, pg_attribute WHERE <Ctrl-Spc> will deliver
pg_attribute columns only.
- SELECT * FROM pg_class JOIN pg_attribute ON <Ctrl-Spc> won't do anything.

This renders the feature nearly useless.

Regards,
Andreas

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4978 - trunk/pgadmin3/src/ctl
Next
From: "Dave Page"
Date:
Subject: Re: Patch: Query favourites