PATCH: ctlSQLBox format-menu for indent/outdent, change lower/upper case & comment/uncomment for the selected text - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject PATCH: ctlSQLBox format-menu for indent/outdent, change lower/upper case & comment/uncomment for the selected text
Date
Msg-id 49C269C3.3090707@enterprisedb.com
Whole thread Raw
Responses Re: PATCH: ctlSQLBox format-menu for indent/outdent, change lower/upper case & comment/uncomment for the selected text  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi Team,

Please find the patch for the above description.

As per Dave's suggestion, I have added format submenu in the edit menu.
Just move the code for the indent/outdent to BlockIndent function & for
commet/uncomment to BlockComment function. And called these function from
the event function for the format menus and from the ctlSQLBox::OnKeyDown
function, from where it has been moved.

--
Regards,
Ashesh Vashi

EnterpriseDB INDIA: http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: Bug (2009-03:00026) Bug or not? (LIKE INCLUDING DEFAULTS)
Next
From: Dave Page
Date:
Subject: Re: PATCH: ctlSQLBox format-menu for indent/outdent, change lower/upper case & comment/uncomment for the selected text