pgAdmin 4 commit: Add preferences to enable brace matching and bracecl - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add preferences to enable brace matching and bracecl
Date
Msg-id E1dPqzu-0005tr-SK@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add preferences to enable brace matching and brace closing in the SQL editors. Fixes #2513

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b49bb8b220e2dd28641e2b424e225e6612f147b
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/__init__.py                         |  8 ++++++++
web/pgadmin/browser/templates/browser/js/browser.js     | 11 ++++++++---
web/pgadmin/static/js/backform.pgadmin.js               | 13 +++++++++----
web/pgadmin/templates/base.html                         |  1 +
.../tools/datagrid/templates/datagrid/js/datagrid.js    | 10 ++++++----
.../tools/debugger/templates/debugger/js/direct.js      |  8 ++++++--
web/pgadmin/tools/sqleditor/__init__.py                 | 17 ++++++++++++++++-
.../tools/sqleditor/templates/sqleditor/js/sqleditor.js | 12 ++++++++----
8 files changed, 62 insertions(+), 18 deletions(-)


pgadmin-hackers by date:

Previous
From: pgAdmin 4 Jenkins
Date:
Subject: Jenkins build is back to normal : pgadmin4-master-python26 #320
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] To add preferences for brace matching and autobrace closing