Re: Cannot paste text from eclipse 3.5 to PGAdmin III - Mailing list pgadmin-support

From Dave Page
Subject Re: Cannot paste text from eclipse 3.5 to PGAdmin III
Date
Msg-id 937d27e10908030857h729b94a1mc2a36a9241e5009f@mail.gmail.com
Whole thread Raw
In response to Re: Cannot paste text from eclipse 3.5 to PGAdmin III  (Stephan Jaensch <sjaensch@gmx.net>)
Responses Re: Cannot paste text from eclipse 3.5 to PGAdmin III  (Stephan Jaensch <sjaensch@gmx.net>)
List pgadmin-support
On Mon, Aug 3, 2009 at 4:34 PM, Stephan Jaensch<sjaensch@gmx.net> wrote:
> Hi all,
> Am 30.07.2009 um 18:14 schrieb Paul Austin:
>
> I'm having problems pasting text from Eclipse 3.5 into PGAdmin III (1.10.0
> and 1.8.4) on Mac OS X.
>
> I have reported a bug to eclipse which describes the full issue
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=284329
>
> I was wondering if there is anything that can be done in PGAdmin III to get
> the clipboard to work?
>
> After further investigation using the Clipboard Viewer from Apple's
> development tools, it seems that PGAdmin ist inserting the UTF16 version of
> the clipboard contents instead of using the UTF8 version, stopping at the
> first NUL byte.
> Is this a wxwidgets or PGAdmin bug?

wxWidgets. pgAdmin just uses the wxTheClipboard class, which fetches a
wxString for us.

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


pgadmin-support by date:

Previous
From: Stephan Jaensch
Date:
Subject: Re: Cannot paste text from eclipse 3.5 to PGAdmin III
Next
From: Mike Blackwell
Date:
Subject: Feature request - find record from selected foreign key