SVN Commit by dpage: r5233 - trunk/pgadmin3/src/ctl

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r5233 - trunk/pgadmin3/src/ctl
Date: 2006-06-19 12:11:48
Message-ID: 200606191211.k5JCBm4O032019@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-06-19 12:15:35 SVN Commit by dpage: r5234 - trunk/pgadmin3/src/utils
Previous Message svn 2006-06-19 11:44:52 SVN Commit by dpage: r5232 - in trunk/pgadmin3/src: ctl include/ctl