From e8b192be3edd5a4336407e94a4da078b130306c5 Mon Sep 17 00:00:00 2001 From: Rahul Shirsat Date: Fri, 28 Aug 2020 13:53:08 +0530 Subject: [PATCH] Added a new button to the query tool toolbar to open a new query tool window. Fixes #4059 --- docs/en_US/release_notes_4_26.rst | 1 + .../datagrid/templates/datagrid/index.html | 8 ++ .../tools/sqleditor/static/js/sqleditor.js | 76 +++++++++++++++++++ 3 files changed, 85 insertions(+) diff --git a/docs/en_US/release_notes_4_26.rst b/docs/en_US/release_notes_4_26.rst index 2f3240404..5c980bd0a 100644 --- a/docs/en_US/release_notes_4_26.rst +++ b/docs/en_US/release_notes_4_26.rst @@ -10,6 +10,7 @@ New features ************ | `Issue #2042 `_ - Added SQL Formatter support in Query Tool. +| `Issue #4059 `_ - Added a new button to the query tool toolbar to open a new query tool window. | `Issue #5772 `_ - Warn the user when connecting to a server that is older than pgAdmin supports. Housekeeping diff --git a/web/pgadmin/tools/datagrid/templates/datagrid/index.html b/web/pgadmin/tools/datagrid/templates/datagrid/index.html index 9de7bf511..ae240cd5c 100644 --- a/web/pgadmin/tools/datagrid/templates/datagrid/index.html +++ b/web/pgadmin/tools/datagrid/templates/datagrid/index.html @@ -14,6 +14,14 @@