On Wed, Aug 31, 2022 at 2:46 PM Peter Blemel <pble...@hotmail.com> wrote:

>
> If I may chime in, if the JRE/JDK and NetBeans are the same and the
> problem isn't reproducible then I would suggest first determining what
> might be different between this user's environment and others where the
> problem doesn't present itself. For example, confirming that this user's
> NetBeans isn't inside of a container like Docker or AppImage that might be
> sitting between the Windows clipboard <-> NetBeans and preventing clipboard
> transfers as part of some sort of security policy.  This may not be the
> case, but it seems like a suspect to eliminate in any case.
>
> Regards,
> Peter
>
> ________________________________
> From: László Kishalmi <laszlo.kisha...@gmail.com>
> Sent: Wednesday, August 31, 2022 12:23 PM
> To: dev@netbeans.apache.org <dev@netbeans.apache.org>
> Subject: Re: Copy Paste still an issue
>
> 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 <christian.l...@gmx.net>
> 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: 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