pgAdmin III commit: Allow quick injectection of favourites by name - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Allow quick injectection of favourites by name
Date
Msg-id E1X8buS-0000Z6-Cv@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: saving macro after query pasting
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: new feature for Query tool: Favourites injection