pgAdmin 4 commit: Configurable shortcuts in the Debugger. Fixes #2901 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Configurable shortcuts in the Debugger. Fixes #2901
Date
Msg-id E1ek81b-0007YX-E4@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Configurable shortcuts in the Debugger. Fixes #2901

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=942ac733a40b6d5bd2d8021f8bce5363940ada44
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../preferences_debugger_keyboard_shortcuts.png    | Bin 0 -> 351021 bytes
docs/en_US/keyboard_shortcuts.rst                  |   4 +-
docs/en_US/preferences.rst                         |   5 +
web/pgadmin/static/js/keyboard_shortcuts.js        |  67 +++----
web/pgadmin/tools/debugger/__init__.py             | 198 ++++++++++++++++++++-
web/pgadmin/tools/debugger/static/js/direct.js     |  95 ++++++++--
.../tools/debugger/templates/debugger/direct.html  |  12 +-
.../javascript/common_keyboard_shortcuts_spec.js   |  13 +-
8 files changed, 338 insertions(+), 56 deletions(-)


pgadmin-hackers by date:

Previous
From: pgAdmin 4 Jenkins
Date:
Subject: Build failed in Jenkins: pgadmin4-master-python35 #476
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#2901] Make shortcuts configurable in Debugger