Re: Cannot paste text from eclipse 3.5 to PGAdmin III

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Stephan Jaensch <sjaensch(at)gmx(dot)net>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Cannot paste text from eclipse 3.5 to PGAdmin III
Date: 2009-08-04 08:07:06
Message-ID: 937d27e10908040107k4773da2r1ee1e9188a400b71@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, Aug 4, 2009 at 8:50 AM, Stephan Jaensch<sjaensch(at)gmx(dot)net> wrote:
> Hi Dave,
>
> Am 03.08.2009 um 17:57 schrieb Dave Page:
>
>>> 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.
>
> Seems to be fixed in the next wxWidgets version:
> http://trac.wxwidgets.org/ticket/10902

Ahh, well spotted. Unfortunately it'll be at least 1.12 before we move
to the stable branch of wxWidgets that fix will go into though. I have
a sneaking suspicion we may end up patching wxWidgets...

I've created a pgAdmin ticket for this: http://code.pgadmin.org/trac/ticket/13

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2009-08-04 08:07:51 Re: Cannot paste text from eclipse 3.5 to PGAdmin III
Previous Message Stephan Jaensch 2009-08-04 07:50:38 Re: Cannot paste text from eclipse 3.5 to PGAdmin III