pgAdmin 4 commit: Ensure we can edit grid values in the debugger using

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure we can edit grid values in the debugger using
Date: 2018-03-02 15:05:08
Message-ID: E1ermFA-0008VT-Mq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure we can edit grid values in the debugger using keyboard shortcuts. Fixes #3153

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=92a0bb605d1351ff5bacdd68e17b08738390ec5f
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/js/keyboard_shortcuts.js | 9 +++++
.../tools/debugger/static/js/debugger_utils.js | 23 +++++++++++
web/pgadmin/tools/debugger/static/js/direct.js | 20 +++++-----
web/regression/javascript/debugger_utils_spec.js | 44 ++++++++++++++++++++++
web/webpack.shim.js | 1 +
5 files changed, 88 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-02 15:05:45 Re: [pgAdmin4][RM#3153] Fix the issue in Debugger module
Previous Message Dave Page 2018-03-02 14:49:13 pgAdmin 4 commit: Fix typo/thinko in access key definition.