pgAdmin III commit: Allow quick injectection of favourites by name
pgAdmin III commit: Allow quick injectection of favourites by name
От:
Ashesh Vashi <ashesh.vashi@enterprisedb.com>
Дата:
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 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(-)