pgAdmin III commit: Allow multiple SQL editor tabs to be used in the Qu

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow multiple SQL editor tabs to be used in the Qu
Date: 2016-02-19 09:28:47
Message-ID: E1aWhMl-000673-HA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow multiple SQL editor tabs to be used in the Query Tool

Additional review by Neel Patel from EDB.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5dbefb4df7ea48e1db215dfab43bbc02ee88e2be
Author: Sergey Busel <sbusel(at)gmail(dot)com>

Modified Files
--------------
CHANGELOG | 2 +
pgadmin/ctl/ctlSQLBox.cpp | 81 ++++++
pgadmin/frm/frmQuery.cpp | 578 +++++++++++++++++++++++++++++++---------
pgadmin/include/ctl/ctlSQLBox.h | 19 ++
pgadmin/include/frm/frmQuery.h | 36 ++-
pgadmin/include/frm/menu.h | 1 +
6 files changed, 582 insertions(+), 135 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-02-19 09:29:11 Re: pgAdmin III: Muliple SQL tabs
Previous Message Neel Patel 2016-02-19 05:17:05 Re: pgAdmin III: Muliple SQL tabs