pgAdmin III commit: Allow to format the SQL in the Query editor using t

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow to format the SQL in the Query editor using t
Date: 2015-07-27 10:23:09
Message-ID: E1ZJfYr-0001tz-Iv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow to format the SQL in the Query editor using the external tool.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=40509183da5524e4ed499ab6eece20a4fdda3a32
Author: J.F. Oster <jinfroster(at)mail(dot)ru>

Modified Files
--------------
CHANGELOG | 2 +
pgadmin/ctl/ctlSQLBox.cpp | 109 ++
pgadmin/frm/frmOptions.cpp | 7 +-
pgadmin/frm/frmQuery.cpp | 13 +
pgadmin/include/ctl/ctlSQLBox.h | 13 +-
pgadmin/include/frm/frmQuery.h | 1 +
pgadmin/include/frm/menu.h | 1 +
pgadmin/include/utils/sysProcess.h | 7 +-
pgadmin/include/utils/sysSettings.h | 20 +
pgadmin/ui/frmOptions.xrc | 33 +-
pgadmin/ui/xrcDialogs.cpp | 2172 ++++++++++++++++++-----------------
pgadmin/utils/sysProcess.cpp | 19 +-
12 files changed, 1315 insertions(+), 1082 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-07-27 10:23:27 Re: PATCH: Format SQL (external tool)
Previous Message J.F. Oster 2015-07-24 17:03:59 Re: Running an SQL command that works after detaching from my SSH tunnel?