RE: Copy Paste still an issue

2022-12-06 Thread Eirik Bakke
problem. > > -Original Message- > From: Patrik Karlström > Sent: Monday, December 5, 2022 9:18 AM > To: dev@netbeans.apache.org > Subject: Re: Copy Paste still an issue > > There are a couple of threads on this by now and I'm not sure if the > following "se

Re: Copy Paste still an issue

2022-12-05 Thread Scott Palmer
sage- > From: Patrik Karlström > Sent: Monday, December 5, 2022 9:18 AM > To: dev@netbeans.apache.org > Subject: Re: Copy Paste still an issue > > There are a couple of threads on this by now and I'm not sure if the > following "semi-solution" has been po

RE: Copy Paste still an issue

2022-12-05 Thread Eirik Bakke
, December 5, 2022 9:18 AM To: dev@netbeans.apache.org Subject: Re: Copy Paste still an issue There are a couple of threads on this by now and I'm not sure if the following "semi-solution" has been posted. A couple of weeks ago the clipboard went bust on me in NB 15. I tried a couple

Re: Copy Paste still an issue

2022-12-05 Thread Patrik Karlström
There are a couple of threads on this by now and I'm not sure if the following "semi-solution" has been posted. A couple of weeks ago the clipboard went bust on me in NB 15. I tried a couple of things and I got it working again without restarting NB. Today it happened again but this time in NB

Re: Copy Paste still an issue - solution

2022-09-06 Thread Neil C Smith
On Mon, 5 Sept 2022 at 17:52, Ernie Rael wrote: > > On 9/5/22 9:32 AM, Kenneth Fogel wrote: > > I just tried -J-Dorg.netbeans.NbClipboard.level=FINEST. It resolved the > > issue. > > Turning on logging fixes it, the good news and the bad news, sigh. Maybe > there's some code that checks the

Re: Copy Paste still an issue - solution

2022-09-06 Thread Neil C Smith
On Tue, 6 Sept 2022 at 11:24, Michael Bien wrote: > The windows launcher is > implemented differently Yes, AFAIK .conf is not executed as a shell script there! :-) Neil - To unsubscribe, e-mail:

Re: Copy Paste still an issue - solution

2022-09-06 Thread Michael Bien
in netbeans.cnf by default. -Original Message- From: Neil C Smith Sent: September 3, 2022 5:06 AM To: dev@netbeans.apache.org Subject: Re: Copy Paste still an issue On Fri, 2 Sept 2022 at 18:45, Kenneth Fogel wrote: To reproduce try this: Open NB and a project in NB. Open NotePad

Re: Copy Paste still an issue - solution

2022-09-05 Thread Ernie Rael
, making -J-Dorg.netbeans.NbClipboard.level=FINEST a switch in netbeans.cnf by default. -Original Message- From: Neil C Smith Sent: September 3, 2022 5:06 AM To: dev@netbeans.apache.org Subject: Re: Copy Paste still an issue On Fri, 2 Sept 2022 at 18:45, Kenneth Fogel wrote: To reproduce

Re: Copy Paste still an issue - solution

2022-09-05 Thread Neil C Smith
On Mon, 5 Sept 2022 at 17:32, Kenneth Fogel wrote: > I just tried -J-Dorg.netbeans.NbClipboard.level=FINEST. It resolved the issue. ... > PPS: Consider, after suitable testing, making > -J-Dorg.netbeans.NbClipboard.level=FINEST a switch in netbeans.cnf by default. That just controls the logging

RE: Copy Paste still an issue - solution

2022-09-05 Thread Kenneth Fogel
-Dorg.netbeans.NbClipboard.level=FINEST a switch in netbeans.cnf by default. -Original Message- From: Neil C Smith Sent: September 3, 2022 5:06 AM To: dev@netbeans.apache.org Subject: Re: Copy Paste still an issue On Fri, 2 Sept 2022 at 18:45, Kenneth Fogel wrote: > To reproduce try this: >

Re: Copy Paste still an issue

2022-09-03 Thread Neil C Smith
On Fri, 2 Sept 2022 at 18:45, Kenneth Fogel wrote: > To reproduce try this: > > Open NB and a project in NB. Open NotePad++ or Word. > Copy just one line of a file from NB to NotePad++ or Word. It should work. > Try a few other lines but just a single line at a time. > Now select and copy 20 or

Re: Copy Paste still an issue

2022-09-02 Thread Geertjan Wielenga
restore the Cut. This may or may not work. > > The system I use is an i9 w/ 32 Gig and Windows 11. NetBeans is running > under Java 17 but this was a problem with earlier versions of Java as well. > > Ken > > > > > > -Original Message- > From: Ernie Rael

RE: Copy Paste still an issue

2022-09-02 Thread Kenneth Fogel
-Original Message- From: Ernie Rael Sent: August 31, 2022 9:13 PM To: dev@netbeans.apache.org Subject: Re: Copy Paste still an issue On 8/31/22 9:15 AM, Scott Palmer wrote: > It’s an intermittent issue on Windows that has been around for a long time. > > Edit the netbeans.

Re: Copy Paste still an issue

2022-09-01 Thread Neil C Smith
On Wed, 31 Aug 2022 at 23:14, László Kishalmi wrote: > If someone is more brave can add the following option to NetBeans right now: > That would turn off the NetBeans Clipboard hacks, including the part of the > code mentioned in my PR. > > -J-Dnetbeans.slow.system.clipboard.hack=false The issue

Re: Copy Paste still an issue

2022-08-31 Thread Ernie Rael
On 8/31/22 9:15 AM, Scott Palmer 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 :-( FYI, jLogman in the plugin

Re: Copy Paste still an issue

2022-08-31 Thread László Kishalmi
Regards, > > Peter > > > > ____ > > From: László Kishalmi > > Sent: Wednesday, August 31, 2022 12:23 PM > > To: dev@netbeans.apache.org > > Subject: Re: Copy Paste still an issue > > > > Well, it is ok to test it even if

Re: Copy Paste still an issue

2022-08-31 Thread Scott Palmer
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 > Sent: Wednesday, August 31, 2022 12:23 PM > To: dev@netb

Re: Copy Paste still an issue

2022-08-31 Thread Scott Palmer
ot be the > case, but it seems like a suspect to eliminate in any case. > > Regards, > Peter > > > From: László Kishalmi > Sent: Wednesday, August 31, 2022 12:23 PM > To: dev@netbeans.apache.org > Subject: Re: Copy Paste still an

Re: Copy Paste still an issue

2022-08-31 Thread Peter Blemel
Peter From: László Kishalmi Sent: Wednesday, August 31, 2022 12:23 PM To: 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

Re: Copy Paste still an issue

2022-08-31 Thread László Kishalmi
ing 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 Past

Re: Copy Paste still an issue

2022-08-31 Thread László Kishalmi
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

Re: Copy Paste still an issue

2022-08-31 Thread Scott Palmer
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

RE: Copy Paste still an issue

2022-08-31 Thread Kenneth Fogel
And now I notice that I cannot paste from Word into NetBeans. I usually write code with NetBeans and then paste it in a Word doc but just now I wanted to paste some code I wrote in Word into NetBeans. It does not work and even using Cut does not make a difference. That I am not the only one who

Re: Copy Paste still an issue

2022-08-31 Thread Neil C Smith
On Tue, 30 Aug 2022 at 18:35, Kenneth Fogel wrote: > NetBeans 15 continues to give me trouble with copy and paste in Windows 11. A > plain copy only works inside NetBeans. Attempts to paste into Word or > Notepad++ do not work and nothing shows as available to paste if the source > was

RE: Copy Paste still an issue

2022-08-31 Thread Peter Ream
Copy and paste works in NB and MacOs 12.5.1.

RE: Copy Paste still an issue

2022-08-30 Thread Ranjith Kode
+1 Attempts to copy from an external source (Outlook/Word/Web-page) and paste into NetBeans also do not work at times. -Original Message- From: Kenneth Fogel Sent: den 30 augusti 2022 19:34 To: dev@netbeans.apache.org Subject: Copy Paste still an issue WARNING: This email originated