Re: Wish List Request: Tabbed SQL Query Window

Поиск
Список
Период
Сортировка
От Ryan Daniels
Тема Re: Wish List Request: Tabbed SQL Query Window
Дата
Msg-id 810d74eb0806260542g2cca5c2bk8b42a7008b49400c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Wish List Request: Tabbed SQL Query Window  ("Dave Page" <dpage@pgadmin.org>)
Список pgadmin-support
 
Most of the query writing software I have worked with is tab-based. This seems like a natural point in the evolution of pgAdmin. :-)
 
On 6/26/08, Dave Page <dpage@pgadmin.org> wrote:
On Wed, Jun 25, 2008 at 11:09 PM, Guillaume Lelarge
<guillaume@lelarge.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

В списке pgadmin-support по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Wish List Request: Tabbed SQL Query Window
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Wish List Request: Tabbed SQL Query Window