pgAdmin III commit: Allow quick injectection of favourites by name

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow quick injectection of favourites by name
Date: 2014-07-19 21:11:12
Message-ID: E1X8buS-0000Z6-Cv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mail(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2014-07-19 21:12:04 Re: PATCH: new feature for Query tool: Favourites injection
Previous Message Ashesh Vashi 2014-07-19 20:10:33 Re: PATCH: saving macro after query pasting