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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Move Query Tool keyboard shortcut code into a newmod
Дата
Msg-id E1dYIty-0004IA-Te@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Build failed in Jenkins: pgadmin4-master-python34 #244
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Allow user to Comment/Uncomment code in query editor