pgAdmin 4 commit: Highlighted the color of closing or opening parenthes

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Highlighted the color of closing or opening parenthes
Date: 2019-10-04 08:25:11
Message-ID: E1iGItj-0000kV-Cw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Highlighted the color of closing or opening parenthesis when user select them in CodeMirror. Fixes #4728

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41ee58e79a1cb5bc246ad1ecb40d74bac6c3ab16
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_14.rst | 1 +
web/pgadmin/static/scss/_codemirror.overrides.scss | 4 ++--
web/pgadmin/static/scss/resources/_default.variables.scss | 2 ++
3 files changed, 5 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-10-04 08:25:50 Re: [pgAdmin][RM4728] more strongly highlight the closing or opening parenthesis when the cursor is over one
Previous Message Aditya Toshniwal 2019-10-04 08:13:10 Re: [pgAdmin][RM4728] more strongly highlight the closing or opening parenthesis when the cursor is over one