Following issues have been resolved for the new connection feature:

1. Show servers with server groups in the dropdown.
  2. Highlighted current selected connection in the new connection dropdown.
  3. Notify the user before changing the connection.

refs #3794
This commit is contained in:
Nikhil Mohite
2020-10-21 17:14:59 +05:30
committed by Akshay Joshi
parent 08c4deba5a
commit 275d13d40f
8 changed files with 209 additions and 118 deletions

View File

@@ -98,6 +98,18 @@ class DebuggerModule(PgAdminModule):
)
)
self.tab_title = self.preference.register(
'display', 'debugger_tab_title_placeholder',
gettext("Debugger tab title placeholder"),
'text', '%FUNCTION%/%SCHEMA%/%DATABASE%',
category_label=PREF_LABEL_DISPLAY,
help_str=gettext(
'Supported placeholders: FUNCTION, SCHEMA and DATABASE. '
'You can also provide any string with or '
'without placeholders'
)
)
self.preference.register(
'keyboard_shortcuts', 'btn_start',
gettext('Accesskey (Continue/Start)'), 'keyboardshortcut',