Well, it is ok to test it even if you do not have clipboard issues. Just to make sure it does not make Windows Clipboard usability worse.
Also as this is a platform code, tests NetBeans running on JDK 8 are welcome as well. On Wed, Aug 31, 2022 at 11:15 AM Christian Lenz <[email protected]> wrote: > 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: [email protected] > 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 <[email protected]> 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 <[email protected]> > > wrote: > > > > > > On Wed, 31 Aug 2022 at 15:51, Kenneth Fogel < > [email protected]> > > 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: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > For further information about the NetBeans mailing lists, visit: > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > For further information about the NetBeans mailing lists, visit: > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > >
