pgAdmin III: Muliple SQL tabs

From: Sergey Busel <sbusel(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III: Muliple SQL tabs
Date: 2016-01-31 19:03:06
Message-ID: CAK-Xf3tvkF1rFvXiNCX+0N1OohPG=5A4rp9hWuBFiTjogJUrkA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello,
It's my first time here and I hope I am sending this to the right mailing
list.

I am starting to use pgAdmin 3 more and more nowadays and thought that
having a multi tabbed interface would be beneficial especially that most
(if not all) similar tools go that route. Somewhere in the mail archives
I've read that tabs are not being implemented because too much code would
need to be changed. But I thought I'd give it a try anyway.

I have implemented SQL tabs in the 1.22.0 version and have been using it
for a week. Works just fine for me, so I wonder if there is any interest in
adding this feature to pgAdmin 3.

Brief overview:
The changes to existing code were kept to a minimum.
All SQL tabs still operate on the same connection and share the same result
pane.
Each tab has it's own dirty flag, EOL style, and file from/to which it was
loaded/saved.

Let me know if anybody is interested.

Thanks.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-02-01 08:30:45 PATCH: To fix backgird node ajax cells issue [pgAdmin4]
Previous Message jenkins 2016-01-29 10:28:33 Jenkins build is back to normal : pgAdmin 1.22 branch #2