pgAdmin 4 commit: Added option to trigger autocomplete on key press in

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added option to trigger autocomplete on key press in
Date: 2022-07-19 06:25:44
Message-ID: E1oDgfw-00039Q-SE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added option to trigger autocomplete on key press in the query tool. Fixes #4488

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4585597388afc72db855dcbd29b640063d786824

Modified Files
--------------
.../images/preferences_sql_auto_completion.png | Bin 89668 -> 123984 bytes
docs/en_US/preferences.rst | 3 +
docs/en_US/release_notes_6_12.rst | 1 +
web/pgadmin/browser/templates/browser/css/node.css | 36 +++++
web/pgadmin/static/img/at.svg | 6 +
web/pgadmin/static/img/join.svg | 1 +
web/pgadmin/static/img/key.svg | 6 +
web/pgadmin/static/img/spinner.svg | 1 +
web/pgadmin/static/js/components/CodeMirror.jsx | 11 ++
web/pgadmin/tools/sqleditor/__init__.py | 14 +-
.../static/js/components/sections/Query.jsx | 152 ++++++++++++---------
.../sqleditor/utils/query_tool_preferences.py | 10 ++
12 files changed, 171 insertions(+), 70 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-19 06:27:10 Re: [Patch] - Bug #7428 - Import Export Issues
Previous Message Aditya Toshniwal 2022-07-18 12:38:41 Re: [pgAdmin][RM7313] Port file manager to ReactJS