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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added SQL Formatter support in Query Tool. Fixes #204
Date: 2020-08-20 08:34:39
Message-ID: E1k8g1v-0003D3-5a@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(at)pgadmin(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-20 08:38:26 Re: WIP: SQL Formatter
Previous Message Dave Page 2020-08-20 08:07:42 Re: [pgAdmin][RM5990]: Update the style guide on pgAdmin4 website