mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Added the Set keywords menu item to add server search keywords
Добавлена возможность через контекстное меню сервера добавлять ключевые слова. Требуется перезапуск приложения для применения изменений.
This commit is contained in:
parent
8ffa0a1806
commit
b292d82661
2 changed files with 38 additions and 0 deletions
|
|
@ -687,6 +687,13 @@ public:
|
|||
wxWindow *StartDialog(frmMain *form, pgObject *obj);
|
||||
bool CheckEnable(pgObject *obj);
|
||||
};
|
||||
class keywordsServerFactory : public contextActionFactory
|
||||
{
|
||||
public:
|
||||
keywordsServerFactory(menuFactoryList *list, wxMenu *mnu, ctlMenuToolbar *toolbar);
|
||||
wxWindow *StartDialog(frmMain *form, pgObject *obj);
|
||||
bool CheckEnable(pgObject *obj);
|
||||
};
|
||||
|
||||
|
||||
class disconnectServerFactoryAll : public contextActionFactory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue