pgAdmin III commit: Allow quick injectection of favourites by name

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin III commit: Allow quick injectection of favourites by name
Дата
Msg-id E1X8buS-0000Z6-Cv@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow quick injectection of favourites by name

This allows to replace the word under the cursor with it's corresponding
favourite

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9d41f621a746dba146212323b5fb7804239f0691
Author: J.F. Oster <jinfroster@mail.ru>

Modified Files
--------------
CHANGELOG                          |    2 ++
pgadmin/frm/frmQuery.cpp           |   47 +++++++++++++++++++++++++++++++++---
pgadmin/include/frm/frmQuery.h     |    1 +
pgadmin/include/frm/menu.h         |    1 +
pgadmin/include/utils/favourites.h |    1 +
pgadmin/utils/favourites.cpp       |   18 ++++++++++++++
6 files changed, 67 insertions(+), 3 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: saving macro after query pasting
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: new feature for Query tool: Favourites injection