Re: Server Status window work

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Server Status window work
Дата
Msg-id 937d27e10902270253h134e5842x37934732bcd21d62@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Server Status window work  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
On Thu, Feb 26, 2009 at 6:45 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Dave Page a écrit :

>> Sure, that would work. It'd be nice to be able to copy any of the
>> listviews in fact (wouldn't be hard to do I guess - just iterate the
>> rows and build a string with tab delimited columns and <lf> delimited
>> rows).
>>
>
> This patch does this : it copies every columns of every selected rows of
> the active pane.

Thanks - patch applied, with minor tweaks to remove the unused edit
menu options (let's not clutter menus with completely unused options),
and to use \r\n as the line end on Windows (so we can paste into
Notepad).

> I didn't work on the square issue because I have a problem to compile
> under Windows. I think it's due to the frmStatus.xrc file deletion but
> can't find how to fix this. I'll look more tomorrow.

I've fixed the square issue by Trim()ing log lines before adding them.

Thanks!

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7618 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm
Следующее
От: Dave Page
Дата:
Сообщение: Re: Server Status window work