[pgadmin-hackers] pgAdmin 4 commit: Allow users to enable wrapping of code in SQLboxes.

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Allow users to enable wrapping of code in SQLboxes.
Дата
Msg-id E1cHvyz-0002L0-W3@gothos.postgresql.org
обсуждение исходный текст
Список 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.zabuawala@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 1780: Rendering glitches in the query editor line number column when editing many lines
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] PATCH: Enhancement in SQL Field Backformcontrol (pgAdmin4)