pgAdmin 4 commit: Modify the web code to allow the Query Tool andDebug - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Modify the web code to allow the Query Tool andDebug
Date
Msg-id E1crQRd-0003KK-6u@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Fixed 2190 - Move languageselection to Preferences.
Next
From: Dave Page
Date:
Subject: Re: Patch for Feature #1344 Can't use multiplemonitors (Windows 10)