Forcing autocomplete on keypress

From: Zac Warham <cazwarham(at)hotmail(dot)com>
To: "pgadmin-support(at)lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Forcing autocomplete on keypress
Date: 2024-12-03 19:15:11
Message-ID: ME3P282MB3328876EA8E6C5A70DC5AF20B7362@ME3P282MB3328.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

We have a docker setup for pgadmin and we want to force autocomplete on keypress at launch (not through the preferences) using an environment variable or config of some sort. I tried modifying the file at https://github.com/pgadmin-org/pgadmin4/blob/master/web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py#L792 and replacing False with True and this works but then breaks postgres in other ways. Is there a proper way of doing this beyond modifying this file?

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Maruthi Prathap 2024-12-03 22:44:32 Wants latest MSI file for windows
Previous Message PABLO ANDRES IBARRA DUPRAT 2024-12-03 16:57:22 RE: Version 8.13 now encapsulates any copy and paste value in double quotes - how to remove that?