pgAdmin 4 commit: Remove the duplicate code for tab indent and add the - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Remove the duplicate code for tab indent and add the
Date
Msg-id E1jrF2X-000315-NB@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Remove the duplicate code for tab indent and add the logic into codemirror.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2ec8051303cb34f32c12a1762bef2d15c59cf22f
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/bundle/codemirror.js               | 19 ++++++++++++++++++-
web/pgadmin/static/js/backform.pgadmin.js             | 16 ----------------
.../static/js/sqleditor/query_tool_preferences.js     | 16 ----------------
web/pgadmin/tools/datagrid/static/js/show_data.js     | 16 ----------------
4 files changed, 18 insertions(+), 49 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM4235]: Tab indent on a selection of lines is deleting content
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5287] Dark theme and other CSS related fixes