Re: PATCH: Enable backwards search in SQL Box

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: "J(dot)F(dot) Oster" <jinfroster(at)mail(dot)ru>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Enable backwards search in SQL Box
Date: 2014-03-19 16:54:18
Message-ID: CAG7mmoxvuA79Yn6Gpjh9iXscduBb9d_sKcnk+X7wEDqah7_VDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Mar 19, 2014 at 8:11 PM, J.F. Oster <jinfroster(at)mail(dot)ru> wrote:

> Hello,
>
> Thursday, March 13, 2014, 3:50:40 PM, Akshay Joshi wrote:
>
> DP>> Thanks. Akshay, can you take another look please?
>
> AJ> I have reviewed and tested the patch. Working fine and code looks good
> to me.
>
> Dave, will you apply it?
>
Done. Thanks for the reminder.
Apologies for the delay, I was too very busy from last few days.

>
>
> >> By the way, I was puzzled why search dialog's settings are saved
> >> sometimes and sometimes are not. Depending on dialog's close method:
> >> 1. Pressing ESC or "Close" form button calls OnCancel() which does not
> >> save;
> >> 2. Pressing title [x] button or Alt-F4 (or similar OS hotkey) calls
> >> OnClose() which does save.
> >>
> >> Shouldn't the behaviour be the same regardless of dialog's close
> >> method? Or at least the difference should be noted in documentation.
>
> DP> Yes, it should. Patches welcome :-)
>
> Ok, after the current patch is applied I'll send in another one to
> make it save settings in both cases.
>
>
> --
> Best regards,
> J.F.
>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message J.F. Oster 2014-03-20 15:33:20 PATCH: Save settings regardless of Find&Replace dialog's close method
Previous Message Ashesh Vashi 2014-03-19 16:52:32 pgAdmin III commit: Enable backward search in SQL Box using Shift + F3