pgAdmin 4 commit: Don't un-comment code with alt+. in the query tool. I

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't un-comment code with alt+. in the query tool. I
Date: 2017-12-13 15:58:03
Message-ID: E1eP9Q3-0001lg-QG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't un-comment code with alt+. in the query tool. It's only supposed to respond to ctrl/cmd+. Fixes #2769

Branch
------
master

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

Modified Files
--------------
.../static/js/sqleditor/keyboard_shortcuts.js | 38 ++++++++++++++++++----
1 file changed, 32 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-12-13 15:58:12 Re: [pgAdmin4][Patch]: To fix query tool editor keyboard shortcut
Previous Message Dave Page 2017-12-13 15:47:35 Re: pgAdmin 4 - Update for Preferences dialog