Author: dpage
Date: 2006-06-19 13:11:48 +0100 (Mon, 19 Jun 2006)
New Revision: 5233
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5233&view=rev
Log:
Fix: When the auto-completion TAB character option is set and you hit TAB when there is more than one table option, the auto-complete function will always select the first table in the list. It might be better to use the same ctrl+space logic with a select combo box is presented to the user per Jeremy Palmer. [Magnus Hagander]
Modified:
trunk/pgadmin3/src/ctl/ctlSQLBox.cpp