Re: [pgAdmin4][RM4084] wcDocker layout saving on Query Tool and Debugger

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][RM4084] wcDocker layout saving on Query Tool and Debugger
Date: 2019-03-26 15:09:16
Message-ID: CA+OCxoyZJTcmv3Ke59-_UK=OvJ7yKpA7YwR7zYfhf-f86L+L0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Works beautifully :-). Patch applied, thanks!

On Tue, Mar 26, 2019 at 7:23 AM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Please find attached the rebased patch. Kindly ignore previous.
>
> On Tue, Mar 26, 2019 at 3:01 PM Aditya Toshniwal <
> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>
>> Hi Hackers,
>>
>> With pull request https://github.com/EnterpriseDB/wcDocker/pull/7 committed,
>> we can now utilise the LAYOUT_CHANGED event emitted by wcDocker and save
>> the layout if event occurs.
>>
>> Attached patch contains changes in pgAdmin to use LAYOUT_CHANGED event.
>> The layouts of query tool and debugger will also be saved.
>>
>> Kindly review.
>>
>> --
>> Thanks and Regards,
>> Aditya Toshniwal
>> Software Engineer | EnterpriseDB Software Solutions | Pune
>> "Don't Complain about Heat, Plant a tree"
>>
>
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Software Engineer | EnterpriseDB Software Solutions | Pune
> "Don't Complain about Heat, Plant a tree"
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-03-27 07:02:25 [pgAdmin4][RM4105] select for json context doesn't work
Previous Message Dave Page 2019-03-26 15:08:51 pgAdmin 4 commit: Overhaul the layout saving code so it includes the Qu