From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Allow users to enable wrapping of code in SQL boxes. |
Date: | 2016-12-16 17:07:45 |
Message-ID: | E1cHvyz-0002L0-W3@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Allow users to enable wrapping of code in SQL boxes. Fixes#2025
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6fc8f040ff6a3023fdb7ed5afd17ae3508f41d24
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
web/pgadmin/browser/__init__.py | 4 ++++
web/pgadmin/browser/templates/browser/js/browser.js | 7 ++++---
web/pgadmin/static/js/backform.pgadmin.js | 6 ++++--
web/pgadmin/tools/datagrid/templates/datagrid/js/datagrid.js | 3 ++-
web/pgadmin/tools/debugger/templates/debugger/js/direct.js | 3 ++-
web/pgadmin/tools/sqleditor/__init__.py | 6 ++++++
web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js | 4 +++-
7 files changed, 25 insertions(+), 8 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-12-16 17:11:02 | Re: PATCH: Enhancement in SQL Field Backform control (pgAdmin4) |
Previous Message | Dave Page | 2016-12-16 17:05:07 | Re: [pgAdmin4][Patch]: RM 1780: Rendering glitches in the query editor line number column when editing many lines |