Re: [pgadmin-hackers] Support for drag and drop of a query file in the query tool

2009-11-18 Thread Guillaume Lelarge
Le jeudi 19 novembre 2009 à 01:01:38, Dave Page a écrit : > On Wed, Nov 18, 2009 at 11:08 PM, Guillaume Lelarge > > wrote: > > Hi, > > > > The idea is to automatically open a file if a user drags it from the > > explorer window onto the query tool. > > Looks perfectly reasonable. frmQuery is get

Re: [pgadmin-hackers] Support for drag and drop of a query file in the query tool

2009-11-18 Thread Dave Page
On Wed, Nov 18, 2009 at 11:08 PM, Guillaume Lelarge wrote: > Hi, > > The idea is to automatically open a file if a user drags it from the explorer > window onto the query tool. Looks perfectly reasonable. frmQuery is getting a bit crowded now though (and has been for a while) :-( -- Dave Page

[pgadmin-hackers] Support for drag and drop of a query file in the query tool

2009-11-18 Thread Guillaume Lelarge
Hi, The idea is to automatically open a file if a user drags it from the explorer window onto the query tool. The patch attached does this. Comments? -- Guillaume. http://www.postgresqlfr.org http://dalibo.com Index: pgadmin/frm/frmQuery.cpp