I’m using Windows but can someone please give an exact reproducable case, where 
I can test it on my machine to test the PR too?


Cheers

Chris

Von: László Kishalmi
Gesendet: Mittwoch, 31. August 2022 20:05
An: dev@netbeans.apache.org
Betreff: Re: Copy Paste still an issue

Well, I'm lucky enough not having Windows around.
Though it seems we did a lot of hacks around the clipboard in the early
ages, in order to work around AWT/Native clipboard issues.
There are a chance that the AWT/Native situation has improved over the
years and our hacks become a source of nasty bugs.

My suspect would be:
https://github.com/apache/netbeans/blob/a8f7024d72051006c124489430a961afbcdf346a/platform/o.n.bootstrap/src/org/netbeans/NbClipboard.java#L344

Well someone brave enough having Clipboard issues on Windows might try this
one:
https://github.com/apache/netbeans/pull/4572



On Wed, Aug 31, 2022 at 9:16 AM Scott Palmer <swpal...@gmail.com> wrote:

> It’s an intermittent issue on Windows that has been around for a long time.
>
> Edit the netbeans.conf file in netbeans/etc/ to add:
>  -J-Dorg.netbeans.NbClipboard.level=FINEST
>
> I keep forgetting after installing new versions :-(
>
> That may provide needed details in the logs.
>
> Hopefully we can get this sorted… It’s been a thorn in my side for years.
>
>
> Scott
>
> > On Aug 31, 2022, at 11:13 AM, Neil C Smith <neilcsm...@apache.org>
> wrote:
> >
> > On Wed, 31 Aug 2022 at 15:51, Kenneth Fogel <kfo...@dawsoncollege.qc.ca>
> wrote:
> >> That I am not the only one who comes across this issue leads me to
> believe it is not a 'just on my machine' problem.
> >
> > It is definitely not just on your machine, but it is also not on every
> > machine.  The bug linked previously has a bunch of questions and a
> > link to a previous thread on here with flags and things to test.
> >
> > Out of interest, what shows with CTRL_SHIFT-D (paste from history)?
> >
> > Until someone working on the IDE can reproduce the circumstances of
> > this issue, I don't see it getting fixed.
> >
> > Best wishes,
> >
> > Neil
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: dev-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Reply via email to