pgAdmin 4 commit: Add controls and shortcuts forcommenting/uncommentin

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add controls and shortcuts forcommenting/uncommentin
Дата
Msg-id E1dXmSL-0001XP-B0@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add controls and shortcuts for commenting/uncommenting code in the SQL Editor. Fixes #2456.

Take the opportunity to tidy up the menus and add access keys to appropriate buttons.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1e1a9f2cf4a76a4761bad780317b0908a565ee00

Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst                  |   6 +
web/pgadmin/static/bundle/codemirror.js            |   1 +
.../tools/datagrid/templates/datagrid/index.html   |  65 ++++++---
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 152 ++++++++++++++++++++-
4 files changed, 204 insertions(+), 20 deletions(-)


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

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgAdmin4]: Webpacking of static JS/CSS
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Allow user to Comment/Uncomment code in query editor