Le 29/08/2010 18:16, Steffen Kuhn a écrit : > Hi Dave, > > I attached a patch for #197. > Please be so kind to review, if this was all about this issue. >
Reviewed, modified a bit, and commited. Modified because there is an issue with your patch. The issue was that it replaced all the contents of the textbox. This is not the standard behaviour. It should replace the selected text if any. If there's no text selected, it should insert the text at the cursor's position. -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
