pgAdmin III commit: Allow to format the SQL in the Query editor using t - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Allow to format the SQL in the Query editor using t
Date
Msg-id E1ZJfYr-0001tz-Iv@gothos.postgresql.org
Whole thread Raw
List 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@mail.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(-)


pgadmin-hackers by date:

Previous
From: "J.F. Oster"
Date:
Subject: Re: Running an SQL command that works after detaching from my SSH tunnel?
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Format SQL (external tool)