Re: Wish List Request: Tabbed SQL Query Window

From: "Ryan Daniels" <ryan(dot)daniels(at)gmail(dot)com>
To: "Dave Page" <dpage(at)pgadmin(dot)org>, pgadmin-support(at)postgresql(dot)org
Cc: "Guillaume Lelarge" <guillaume(at)lelarge(dot)info>
Subject: Re: Wish List Request: Tabbed SQL Query Window
Date: 2008-06-29 17:06:12
Message-ID: 810d74eb0806291006nd019001nd91f6e63494c2d47@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dave,

What if the per-text-coltrol tabs were at the bottom of the region, and the
per-file tabs were at the top?

Ryan

On Thu, Jun 26, 2008 at 4:07 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> On Wed, Jun 25, 2008 at 11:09 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
> > Ryan Daniels a écrit :
> >>
> >> I would like to request that the SQL query window have tabs so that you
> >> can have multiple queries/files open in the same window.
> >>
> >
> > I think it could be a great idea. Don't know if it's really feasible but
> I
> > like the idea.
>
> Seems like it would be a lot of work. You'd need to seperate all the
> query code out into a seperate class that you could instantiate aas
> required on new tabs, and modify all the window options such that they
> affect all tabs, or work with just the selected one as appropriate
> (think 'Show line endings' vs. 'EOL Mode).
>
> It would also look pretty weird as we will be adding tabs to the text
> control soon anyway to handle the query builder, so we'll end up with
> two sets of tabs on a tabset.
>
> I'm happy to review patches though if someone wants to put some effort into
> it.
>
> --
> Dave Page
> EnterpriseDB UK: http://www.enterprisedb.com
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2008-06-29 17:14:55 Re: Wish List Request: Tabbed SQL Query Window
Previous Message Erwin Brandstetter 2008-06-28 15:50:23 Re: For the PG experts