pgAdmin 4 commit: Move Query Tool keyboard shortcut code into a newmod - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Move Query Tool keyboard shortcut code into a newmod
Date
Msg-id E1dYIty-0004IA-Te@gothos.postgresql.org
Whole thread Raw
List 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@pivotal.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(-)


pgadmin-hackers by date:

Previous
From: pgAdmin 4 Jenkins
Date:
Subject: Build failed in Jenkins: pgadmin4-master-python34 #244
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to Comment/Uncomment code in query editor