Re: [pgadmin-hackers] Search/replace

2005-11-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 November 2005 11:24 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: Search/replace > > Dave Page wrote: > > > > > Oh, good to know it's not me for once!! Thanks for looking. > > > > It did strike me

Re: [pgadmin-hackers] Search/replace

2005-11-10 Thread Andreas Pflug
Dave Page wrote: Oh, good to know it's not me for once!! Thanks for looking. It did strike me that the replace dialogue can do find as well - perhaps we should just remove the find one altogether? This is uncommon, we should provide separate dialogs. Regards, Andreas --

Re: [pgadmin-hackers] Search/replace

2005-11-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 November 2005 11:06 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: Search/replace > > Dave Page wrote: > > > > Problem is that in both cases I get a crash in wx code, > when none of our > > function

Re: [pgadmin-hackers] Search/replace

2005-11-10 Thread Andreas Pflug
Dave Page wrote: Problem is that in both cases I get a crash in wx code, when none of our functions are on the call stack, after the new dialogue has been created. If running in the VC++ debugger, it breaks telling me I've hit a user breakpoint inside wx's assert handling code (where there defin

[pgadmin-hackers] Search/replace

2005-11-09 Thread Dave Page
Hi Andreas, Need to pick your brain if I may. You probably noticed I committed changes to allow search and replace in the query editor earlier. It works a treat, except that if you have a find dialogue open, and try to open a replace dialogue, nothing happens, because it sees the dialgues already