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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема PATCH: ctlSQLBox format-menu for indent/outdent, change lower/upper case & comment/uncomment for the selected text
Дата
Msg-id 49C269C3.3090707@enterprisedb.com
обсуждение исходный текст
Ответы Re: PATCH: ctlSQLBox format-menu for indent/outdent, change lower/upper case & comment/uncomment for the selected text  (Dave Page <dpage@pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Bug (2009-03:00026) Bug or not? (LIKE INCLUDING DEFAULTS)
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: ctlSQLBox format-menu for indent/outdent, change lower/upper case & comment/uncomment for the selected text