Thread: pgAdmin 4 commit: Added SQL Formatter support in Query Tool. Fixes #204

pgAdmin 4 commit: Added SQL Formatter support in Query Tool. Fixes #204

From
Akshay Joshi
Date:
Added SQL Formatter support in Query Tool. Fixes #2042

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=79e6480513b4966ec647f1d96ff2bfe3d8c8e966
Author: Dave Page <dpage@pgadmin.org>

Modified Files
--------------
docs/en_US/images/preferences_sql_formatting.png   | Bin 0 -> 263141 bytes
docs/en_US/images/preferences_sql_options.png      | Bin 207924 -> 212923 bytes
docs/en_US/preferences.rst                         |  38 ++-
docs/en_US/query_tool_toolbar.rst                  | 362 +++++++++++----------
docs/en_US/release_notes.rst                       |   1 +
docs/en_US/release_notes_4_26.rst                  |  20 ++
web/pgadmin/misc/sql/__init__.py                   |  61 +++-
web/pgadmin/static/js/keyboard_shortcuts.js        |   9 +-
.../static/js/sqleditor/query_tool_actions.js      |   4 +
.../tools/datagrid/templates/datagrid/index.html   |   9 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  50 +++
.../sqleditor/utils/query_tool_preferences.py      | 116 +++++--
12 files changed, 459 insertions(+), 211 deletions(-)