pgAdmin 4 commit: Add preferences to enable brace matching and brace cl

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add preferences to enable brace matching and brace cl
Date: 2017-06-27 13:57:42
Message-ID: E1dPqzu-0005tr-SK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-27 13:59:10 Re: [pgAdmin4][Patch] To add preferences for brace matching and auto brace closing
Previous Message pgAdmin 4 Jenkins 2017-06-27 13:28:38 Jenkins build is back to normal : pgadmin4-master-python26 #320