From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Refactor keyboard shortcut functions in the query too |
Date: | 2017-08-21 14:27:33 |
Message-ID: | E1djnfx-0001Fh-Vd@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Refactor keyboard shortcut functions in the query tool. Fix some incorrect keycodes and update docs.
Initial work by Sarah & Violet @ Pivotal, with additional tweaks by Murtuza @ EDB.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b585063a26ba74d4ef48254b3ee41da2ba7cdcf9
Author: Sarah McAlear <smcalear(at)pivotal(dot)io>
Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst | 6 +-
.../static/js/sqleditor/keyboard_shortcuts.js | 36 +-
.../static/js/sqleditor/query_tool_actions.js | 99 +
web/pgadmin/tools/datagrid/__init__.py | 2 +-
.../tools/datagrid/templates/datagrid/index.html | 26 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 6671 ++++++++++----------
.../sqleditor/keyboard_shortcuts_spec.js | 273 +-
.../sqleditor/query_tool_actions_spec.js | 398 ++
8 files changed, 4000 insertions(+), 3511 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-08-21 14:27:40 | Re: [pgAdmin4][PATCH] Refactor and change of implementation of keyboard_shortcuts function dependencies |
Previous Message | pgAdmin 4 Jenkins | 2017-08-21 13:10:03 | Jenkins build is back to normal : pgadmin4-master-python26 #409 |