Re: pgAdmin III: Muliple SQL tabs - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin III: Muliple SQL tabs
Date
Msg-id CA+OCxowRstDvfEuM7oPyqvDv1GnH3SWQcVmkB_fDJfyFQjg65A@mail.gmail.com
Whole thread Raw
In response to Re: pgAdmin III: Muliple SQL tabs  (Sergey Busel <sbusel@gmail.com>)
Responses Re: pgAdmin III: Muliple SQL tabs
List pgadmin-hackers
On Wed, Feb 3, 2016 at 3:07 AM, Sergey Busel <sbusel@gmail.com> wrote:
> - Removed unused/commented code.
> - Tab names now reflect the file name, if such is associated with a tab.
> - Removed the "Close Tab" menu item. Added X button to the active tab.
> - To tell the user which tab results are related to and to avoid messing
> with perspective, the name of the related tab is now displayed as "Data
> Output [Query 1]" in the output pane. If the tab is named after a file, file
> name will display in the square brackets. If the file name is longer then 15
> chars, it will be truncated to 15 chars.
>
> Let me know any other suggestions you may have.

Thanks - this seems to be working nicely for me. It would be good if
the query name could be displayed in the title bar of the output pane
rather than on the results tab (because it really does apply to all
tabs), but I don't see any sensible way to do that given the weird way
that wxAUI stores it's perspectives.

Ashesh, any ideas?

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

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix line endings.
Next
From: Neel Patel
Date:
Subject: Re: [pgAdmin4] [Patch]: Resource Group Module