pgAdmin 4 commit: Add an option to auto-complete keywords in uppercase - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add an option to auto-complete keywords in uppercase
Date
Msg-id E1fTkso-0005g1-CS@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add an option to auto-complete keywords in upper case. Fixes #2686

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b48145f01f7c431a56912fac27e33384ab21bdda
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../images/preferences_sql_auto_completion.png     | Bin 0 -> 131793 bytes
docs/en_US/preferences.rst                         |   7 ++
docs/en_US/release_notes_3_1.rst                   |   3 +-
.../sqlautocomplete/sql/default/keywords.sql       |   5 ++
web/pgadmin/static/js/keyboard_shortcuts.js        |   4 +
.../static/js/sqleditor/query_tool_actions.js      |  19 +++++
.../sqleditor/utils/query_tool_preferences.py      |  33 +++++++-
web/pgadmin/utils/sqlautocomplete/autocomplete.py  |  10 +++
.../sqleditor/query_tool_actions_spec.js           |  88 ++++++++++++++++++++-
9 files changed, 165 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin4][RM#3289] Can't query SQL_ASCII database.
Next
From: Dave Page
Date:
Subject: Re: [pgadmin4][Patch]: Feature #2686 Property to switch lower/uppercase auto completion