Re: Server Status window work - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Server Status window work
Date
Msg-id 937d27e10902270253h134e5842x37934732bcd21d62@mail.gmail.com
Whole thread Raw
In response to Re: Server Status window work  (Guillaume Lelarge <guillaume@lelarge.info>)
List 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 by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7618 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm
Next
From: Dave Page
Date:
Subject: Re: Server Status window work