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-03 15:57:22
Message-ID: 937d27e10908030857h729b94a1mc2a36a9241e5009f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Mon, Aug 3, 2009 at 4:34 PM, Stephan Jaensch<sjaensch(at)gmx(dot)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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Mike Blackwell 2009-08-03 18:34:59 Feature request - find record from selected foreign key
Previous Message Stephan Jaensch 2009-08-03 15:34:19 Re: Cannot paste text from eclipse 3.5 to PGAdmin III