Thread: pgAdmin 4 commit: Modify the web code to allow the Query Tool andDebug

pgAdmin 4 commit: Modify the web code to allow the Query Tool andDebug

From
Dave Page
Date:
Modify the web code to allow the Query Tool and Debugger to be opened in new tabs, per settings in Preferences. Fixes
#1344

Note that this does *not* enable the runtime to use multiple windows at this stage. It's really only useful in Server
mode.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=569ceb39068019b098b6d62b3a5e8bc85851a767
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/datagrid/__init__.py             |  27 +++-
.../tools/datagrid/templates/datagrid/index.html   |   3 +-
.../datagrid/templates/datagrid/js/datagrid.js     | 161 +++++++++++++--------
web/pgadmin/tools/debugger/__init__.py             |  21 ++-
.../debugger/templates/debugger/js/debugger.js     |  96 +++++++-----
.../debugger/templates/debugger/js/debugger_ui.js  |  53 ++++---
web/pgadmin/tools/sqleditor/__init__.py            |   8 +
.../sqleditor/templates/sqleditor/js/sqleditor.js  |  95 ++++++------
8 files changed, 297 insertions(+), 167 deletions(-)