pgAdmin 4 commit: Add controls and shortcuts for commenting/uncommentin

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add controls and shortcuts for commenting/uncommentin
Date: 2017-07-19 10:43:49
Message-ID: E1dXmSL-0001XP-B0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-19 10:47:38 Re: [pgAdmin4][Patch]: Allow user to Comment/Uncomment code in query editor
Previous Message Surinder Kumar 2017-07-19 10:21:24 Re: [pgAdmin4]: Webpacking of static JS/CSS