pgAdmin 4 commit: Add controls and shortcuts forcommenting/uncommentin - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add controls and shortcuts forcommenting/uncommentin
Date
Msg-id E1dXmSL-0001XP-B0@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4]: Webpacking of static JS/CSS
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to Comment/Uncomment code in query editor