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.zabuaw...@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(-)