| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Support keyboard navigation in the debugger. Fixes #2 |
| Date: | 2018-01-23 11:58:14 |
| Message-ID: | E1edxDS-0003Lq-Ox@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Support keyboard navigation in the debugger. Fixes #2897
In passing, fix injection of variable values. Fixes #2981
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0e41b3364b3de80381ae7c6ad052087ac0eae6a4
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst | 40 +++++
web/pgadmin/static/js/keyboard_shortcuts.js | 119 +++++++++++++
web/pgadmin/tools/debugger/__init__.py | 6 +
.../tools/debugger/static/js/debugger_ui.js | 33 ++--
web/pgadmin/tools/debugger/static/js/direct.js | 187 ++++++++++++++-------
.../tools/debugger/templates/debugger/direct.html | 83 +++++----
.../javascript/common_keyboard_shortcuts_spec.js | 50 ++++++
7 files changed, 409 insertions(+), 109 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2018-01-23 11:58:33 | Re: [pgAdmin4][Patch#2897] Add support for keyboard navigation in Debugger |
| Previous Message | pgAdmin 4 Jenkins | 2018-01-23 11:42:55 | Build failed in Jenkins: pgadmin4-master-python35 #455 |