PATCH: saving macro after query pasting

From: Dmitriy Olshevskiy <olshevskiy87(at)bk(dot)ru>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: PATCH: saving macro after query pasting
Date: 2014-07-12 11:06:00
Message-ID: 53C11698.1030301@bk.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello.

Please see this patch. These are changes in the macros manage dialog:
- the "Save" button is enabled after any change in the query window
- RestorePosition() in the constructor
- unnecessary variable appQueryModify has been removed
- changed the condition that checks whether the title and query were
filled (method SetMacro())

Thank you.

--
Dmitriy Olshevskiy

Attachment Content-Type Size
t-2-saving-macro-after-query-pasting.patch text/plain 4.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2014-07-14 21:03:54 pgAdmin III commit: Fix SQL for GRANT on a sequence
Previous Message Ashesh Vashi 2014-07-11 09:53:16 pgAdmin III commit: PG_SSL macro was missing for the x64 build configur