Re: Windows 11 Issues - Copy/Paste Failure

2023-09-04 Thread Jean-Marc Borer
riginal Message- > > From: Neil C Smith > > Sent: Wednesday, August 30, 2023 11:11 AM > > To: dev@netbeans.apache.org > > Subject: Re: Windows 11 Issues - Copy/Paste Failure > > > > On Wed, 30 Aug 2023 at 06:26, Eirik Bakke wrote: > > > But the problem rem

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-30 Thread Eric Bresie
st 30, 2023 11:11 AM > To: dev@netbeans.apache.org > Subject: Re: Windows 11 Issues - Copy/Paste Failure > > On Wed, 30 Aug 2023 at 06:26, Eirik Bakke wrote: > > But the problem remains, and I was never able to reproduce it > reliably--it was always intermittent. > > > >

RE: Windows 11 Issues - Copy/Paste Failure

2023-08-30 Thread Eirik Bakke
: Wednesday, August 30, 2023 11:11 AM To: dev@netbeans.apache.org Subject: Re: Windows 11 Issues - Copy/Paste Failure On Wed, 30 Aug 2023 at 06:26, Eirik Bakke wrote: > But the problem remains, and I was never able to reproduce it reliably--it > was always intermittent. > > If anyon

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-30 Thread Neil C Smith
On Wed, 30 Aug 2023 at 06:26, Eirik Bakke wrote: > But the problem remains, and I was never able to reproduce it reliably--it > was always intermittent. > > If anyone can manage to reliably reproduce the bug, that would probably go a > long way towards finding a fix. Have you tried the

RE: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Eirik Bakke
@netbeans.apache.org Subject: Re: Windows 11 Issues - Copy/Paste Failure I too used windows for several years (linux now, it's wonderful and no more cygwin), I don't recall having seen this issue. But I use jVi which has it's own cut/paste handling that behaves like vim's (there's even a flavor so

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Ernie Rael
I too used windows for several years (linux now, it's wonderful and no more cygwin), I don't recall having seen this issue. But I use jVi which has it's own cut/paste handling that behaves like vim's (there's even a flavor so blockmode copy/paste works between vim/jVi). Otherwise clipboard

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Chris
Hey all, I'm Apache NetBeans user with WIndows 11 and sometimes I contribute so I can also try to investigate. I sometimes and to say rarely that I can reproduce this issue but the pain for me was not that high to say "I need to do smth". If anyone needs help with Windows and NetBeans with the

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Geertjan Wielenga
Here's the issue that awaits you when you move on from NetBeans: https://youtrack.jetbrains.com/issue/JBR-5980/ I.e., it's probably connected to Swing and a race condition with the clipboard. Gj On Tue, Aug 29, 2023 at 7:39 PM Kenneth Fogel wrote: > > Thank you everyone for your comments. As

RE: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Kenneth Fogel
Thank you everyone for your comments. As someone working on Java in Education I believe that this is a serious/critical issue. NetBeans is/was, in my opinion, the best IDE in education. Many schools and students run Windows. Though retired I have written a book and am now working on a project,

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Scott Palmer
On Tue, Aug 29, 2023 at 10:58 AM Peter Hull wrote: > On Tue, 29 Aug 2023 at 14:59, Scott Palmer wrote: > > But when I worked on Windows it happened all the time. It was a weekly > > annoyance. > > > I know how frustrating this must be. I use NetBeans on Windows > (currently NB 18 and Windows

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Ömer Halit Çizmeci
I use Netbeans 18 on Windows 11. This issue happens a lot to me. I also have NetBeans 15 on the same PC. I experience the same problem. I also have NetBeans 12 on the same computer but never had copy-paste problem. I don't know if this narrows down anything. On Tue, Aug 29, 2023, 5:59 PM Peter

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Peter Hull
On Tue, 29 Aug 2023 at 14:59, Scott Palmer wrote: > But when I worked on Windows it happened all the time. It was a weekly > annoyance. > I know how frustrating this must be. I use NetBeans on Windows (currently NB 18 and Windows 11) and I do not see this issue. In the linked bug, there is some

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Alex O'Ree
This has been an issue since at least v8. On Tue, Aug 29, 2023, 9:59 AM Scott Palmer wrote: > The last time I looked into it, there seemed to be some workarounds in > NetBeans for ancient Swing clipboard issues that probably don't apply > anymore. I think NB is doing something weird with the

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Scott Palmer
The last time I looked into it, there seemed to be some workarounds in NetBeans for ancient Swing clipboard issues that probably don't apply anymore. I think NB is doing something weird with the clipboard. I'm primarily developing on Linux now, so I'm spared from this issue. But when I worked

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-29 Thread Neil C Smith
On Tue, 29 Aug 2023 at 01:14, Michael Bien wrote: > On 29.08.23 00:50, Kenneth Fogel wrote: > > I have mentioned this before, but the situation is getting worse. More > > often than not, I must cut the text, paste the text > > this issue is tracked here:

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-28 Thread Michael Bien
Hello Kenneth, On 29.08.23 00:50, Kenneth Fogel wrote: Hi, I have mentioned this before, but the situation is getting worse. More often than not, I must cut the text, paste the text this issue is tracked here: https://github.com/apache/netbeans/issues/3962 I do have a question. How many

Re: Windows 11 Issues - Copy/Paste Failure

2023-08-28 Thread Ömer Halit Çizmeci
I've been experiencing the same issue for a long time now and the solution is exactly how you described. Perform cut and undo in Netbeans. I am not sure what triggers this bug but it definitely exists. Thanks! On Tue, Aug 29, 2023, 1:50 AM Kenneth Fogel wrote: > Hi, > > I have mentioned