Обсуждение: pgAdmin 4 commit: Move Query Tool keyboard shortcut code into a newmod

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(-)