pgAdmin 4 commit: Ensure auto-indent honours the spaces/tabs config set

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure auto-indent honours the spaces/tabs config set
Date: 2017-10-16 14:37:07
Message-ID: E1e46Vv-0003L3-0D@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure auto-indent honours the spaces/tabs config setting. Fixes #2780

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0cb57848f87e036d086ab59aafd1f363483a4723
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/__init__.py | 4 ++
web/pgadmin/browser/static/js/browser.js | 3 +-
web/pgadmin/browser/templates/browser/js/utils.js | 1 +
web/pgadmin/static/js/backform.pgadmin.js | 2 +
web/pgadmin/tools/datagrid/static/js/datagrid.js | 3 +-
web/pgadmin/tools/debugger/static/js/direct.js | 2 +
web/pgadmin/tools/sqleditor/__init__.py | 52 ++++++++++++++++------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 6 ++-
8 files changed, 55 insertions(+), 18 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-10-16 14:37:25 Re: [pgAdmin4][Patch]: To fix Indentation issue in query tool
Previous Message Murtuza Zabuawala 2017-10-16 14:19:03 [pgAdmin4][Patch]: Fix naming convention for Check constraint.