pgAdmin 4 commit: Move Query Tool keyboard shortcut code into a new mod

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Move Query Tool keyboard shortcut code into a new mod
Date: 2017-07-20 21:22:30
Message-ID: E1dYIty-0004IA-Te@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Move Query Tool keyboard shortcut code into a new module and add tests.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=86dc1e81f110f7716fee36c5d3f69976c11c2878
Author: Sarah McAlear <smcalear(at)pivotal(dot)io>

Modified Files
--------------
.../static/js/sqleditor/keyboard_shortcuts.js | 48 ++++
.../sqleditor/templates/sqleditor/js/sqleditor.js | 174 +++----------
.../sqleditor/keyboard_shortcuts_spec.js | 274 +++++++++++++++++++++
3 files changed, 360 insertions(+), 136 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-20 21:22:35 Re: [pgAdmin4][Patch]: Allow user to Comment/Uncomment code in query editor
Previous Message pgAdmin 4 Jenkins 2017-07-20 20:46:18 Build failed in Jenkins: pgadmin4-master-python34 #244