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

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

From
Ashesh Vashi
Date:
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(-)