From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Configurable shortcuts in the Debugger. Fixes #2901 |
Date: | 2018-02-09 12:43:31 |
Message-ID: | E1ek81b-0007YX-E4@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)zabuawala(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-02-09 12:44:48 | Re: [pgAdmin4][RM#2901] Make shortcuts configurable in Debugger |
Previous Message | pgAdmin 4 Jenkins | 2018-02-09 12:32:48 | Build failed in Jenkins: pgadmin4-master-python35 #476 |