Re: 12.4 Can we fix cut and paste before release?

2022-06-27 Thread Joachim Rohde
You were right Neil. After checking the add-opens and add-exports its working for me. So sorry for the noise and thanks. On 6/21/22 16:53, Neil C Smith wrote: On Mon, 20 Jun 2022 at 14:27, Joachim Rohde wrote: I realized that any NetBeans RCP project which uses Java 17 is unable to use any

Re: 12.4 Can we fix cut and paste before release?

2022-06-21 Thread Eric Bresie
/plugins/servlet/mobile#issue/NETBEANS-585 Get Outlook for iOS<https://aka.ms/o0ukef> From: Neil C Smith Sent: Tuesday, June 21, 2022 9:53:25 AM To: dev@netbeans.apache.org Subject: Re: 12.4 Can we fix cut and paste before release? On Mon, 20 Jun 2022 at

Re: 12.4 Can we fix cut and paste before release?

2022-06-21 Thread Neil C Smith
On Mon, 20 Jun 2022 at 14:27, Joachim Rohde wrote: > I realized that any NetBeans RCP project which uses Java 17 is unable to > use any copy/paste functionality. The IDE itself works (most of the > times) but if I start a small RCP project from within NetBeans the RCP > project is unable to

Re: 12.4 Can we fix cut and paste before release?

2022-06-21 Thread Jean-Marc Borer
Hi there, May two cents. It started having this issue when I switched from Java8 to Java11+ (Actually JDK 17). I never had such issues with NB12.4 and Java 8 before. It didn't happen either with our NB based applications with this combination. Still wondering if we will switch to 14 and Java

Re: 12.4 Can we fix cut and paste before release?

2022-06-20 Thread Joachim Rohde
I realized that any NetBeans RCP project which uses Java 17 is unable to use any copy/paste functionality. The IDE itself works (most of the times) but if I start a small RCP project from within NetBeans the RCP project is unable to copy/paste anything. Never. I observed this under Linux and

Re: 12.4 Can we fix cut and paste before release?

2022-06-17 Thread Scott Palmer
Well I installed NB14 and forgot to add -J-Dorg.netbeans.NbClipboard.level=FINEST to the conf file and of course the clipboard has failed twice already... So frustrating. Why does it happen exactly when I don't have the logging enabled? Perhaps that is a clue, maybe the logging affects some

Re: 12.4 Can we fix cut and paste before release?

2021-08-06 Thread Geertjan Wielenga
will/won’t have. Start with a fresh userdir and a standard NetBeans.conf, just with -J-Dorg.netbeans.NbClipboard.level=FINEST. Then Neil can investigate since he nor I nor others wanting to help can reproduce this so far. Gj On Fri, 6 Aug 2021 at 17:24, Geertjan Wielenga <

Re: 12.4 Can we fix cut and paste before release?

2021-08-06 Thread Geertjan Wielenga
Indeed, please test without settings that regular installs will have. Gj On Fri, 6 Aug 2021 at 17:22, Scott Palmer wrote: > Thanks, > > I’ve updated my netbeans.conf file to have > -J-Dorg.netbeans.NbClipboard.level=FINEST as well as > -J-Dnetbeans.slow.system.clipboard.hack=false > Though I

Re: 12.4 Can we fix cut and paste before release?

2021-08-06 Thread Scott Palmer
Thanks, I’ve updated my netbeans.conf file to have -J-Dorg.netbeans.NbClipboard.level=FINEST as well as -J-Dnetbeans.slow.system.clipboard.hack=false Though I should probably test without that last property as well, as it isn’t what regular installs will have. I’m just doing whatever I can

Re: 12.4 Can we fix cut and paste before release?

2021-08-06 Thread Neil C Smith
On Fri, 6 Aug 2021 at 04:23, Scott Palmer wrote: > It would be great if the clipboard would work on Windows for NetBeans 12.5 Yes, although that would involve understanding what's broken. Just spent some time having a look on my Win 10 machine (which I don't usually use for development), but so

Re: 12.4 Can we fix cut and paste before release?

2021-08-05 Thread Scott Palmer
It would be great if the clipboard would work on Windows for NetBeans 12.5 Scott > On Jun 10, 2021, at 1:28 AM, Scott Palmer wrote: > > That seems to be related to the old Java Applets which run in a sandbox. It > would not account for why Netbeans, which doesn’t run in a sandbox, starts >

Re: 12.4 Can we fix cut and paste before release?

2021-06-09 Thread Scott Palmer
That seems to be related to the old Java Applets which run in a sandbox. It would not account for why Netbeans, which doesn’t run in a sandbox, starts out with Cut & Paste that works without editing the default java policy until it suddenly doesn’t. Scott > On Jun 6, 2021, at 4:49 PM, Eric

Re: 12.4 Can we fix cut and paste before release?

2021-06-06 Thread Eric Bresie
Don’t suppose something like this would help http://www.shodor.org/interactivate/resources/InstructionsCopyPaste On Fri, May 14, 2021 at 5:45 PM Scott Palmer wrote: > So even with the -J-Dnetbeans.slow.system.clipboard.hack=false setting in > netbeans.conf it still fails. > :-( > NB 12.4-rc3

Re: 12.4 Can we fix cut and paste before release?

2021-05-14 Thread Scott Palmer
So even with the -J-Dnetbeans.slow.system.clipboard.hack=false setting in netbeans.conf it still fails. :-( NB 12.4-rc3 JDK 16 (Zulu 16.0.1) Win 10 My netbeans.conf file contains -J-Dnetbeans.slow.system.clipboard.hack=false -J-Dorg.netbeans.core.NbClipboard=-1 My attempts to paste from the

Re: 12.4 Can we fix cut and paste before release?

2021-05-12 Thread Scott Palmer
Nevermind my request for a disable flag, sorry I'm tired.. forgot the old bug database mentioned -J-Dnetbeans.slow.system.clipboard.hack=false trying that... On Wed, May 12, 2021 at 11:22 AM Scott Palmer wrote: > If there is something more I can do please let me know... I've tried to > get

Re: 12.4 Can we fix cut and paste before release?

2021-04-29 Thread Scott Palmer
So I've set this in my netbeans.conf file, but I don't notice anything that stands out in the logging. Which file would it be in messages.log or uigestures? There is nothing relevant in messages.log and uigestures just shows that a paste was attempted - even though the wrong content was pasted

Re: 12.4 Can we fix cut and paste before release?

2021-04-09 Thread Scott Palmer
Copy and paste works between other non-NetBeans applications - only the content to/from NetBeans is effected. Windows Defender is running, though my code folders are excluded. Restarting Windows at what point? A restart will fix the issue. This doesn’t happen always. I’m not sure what

Re: Re: 12.4 Can we fix cut and paste before release?

2021-04-09 Thread Eric Bresie
Does copy/paste between non Netbeans applications (i.e. is it a possible Windows 10 issue)? Do you have virus detection running? Have you restarted (Windows and/or Windows Explorer)? Are you doing any of this via Remote Desktop? Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Geertjan Wielenga
As stated there: “ Please run with logging enabled (-J-Dorg.netbeans.core.NbClipboard=-1) and attach the part of log that records what happened during the broken situation.” Thanks, Gj On Thu, 8 Apr 2021 at 22:12, Scott Palmer wrote: > The discussion on this old bug seems to be most

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Scott Palmer
The discussion on this old bug seems to be most relevant: https://bz.apache.org/netbeans//show_bug.cgi?id=41098 Over 16 years ago this was apparently a JDK issue. (People were using JDK 1.4 at the time.) See Comment 21 I suspect the

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Ömer Halit Çizmeci
Hi, I am having the similar problem with copy and paste. This mostly happens when I have two NetBeans instances opened. Say 12.2 and 12.3. I am using both Oracle Java 8 64bit and OpenJDK 11 64bit. And how do I resolve this issue? I open an empty notepad. Copy text from NetBeans to Notepad. And

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Scott Palmer
Both directions to/from a NetBeans editor to/from something outside. Not consistent, but frequent enough - multiple times a week. It seems when this occurs it is like the NetBeans editor has a private clipboard. Pasting outside NetBEans pastes the last thing copied outside of NetBeans.

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Geertjan Wielenga
It’s 100% about copying text from any NetBeans editor to somewhere outside NetBeans? Or also the reverse? Consistently or sporadically? Gj On Thu, 8 Apr 2021 at 21:57, Scott Palmer wrote: > Windows 10 > JDK 8 through 16 > > See prior discussion here: > >

Re: 12.4 Can we fix cut and paste before release?

2021-04-08 Thread Scott Palmer
Windows 10 JDK 8 through 16 See prior discussion here: http://mail-archives.apache.org/mod_mbox/netbeans-dev/202102.mbox/%3c21fb7d82-e02c-4a4f-8bd7-605615cc5...@gmail.com%3e It seems many of us are just used to Copy and Paste not working properly and we have various strategies to work around

Re: 12.4 Can we fix cut and paste before release?

2021-04-07 Thread Geertjan Wielenga
Operating system, JDK version, please... Gj On Wed, Apr 7, 2021 at 7:13 PM Scott Palmer wrote: > I know it probably is the same as before, but today it seems worse in 12.4 > beta 2 than it was in 12.3. > > Cut and paste is such basic functionality that when it doesn’t work it is > a major

12.4 Can we fix cut and paste before release?

2021-04-07 Thread Scott Palmer
I know it probably is the same as before, but today it seems worse in 12.4 beta 2 than it was in 12.3. Cut and paste is such basic functionality that when it doesn’t work it is a major source of frustration. Today I have been fighting cut and paste not working with NetBeans 12.4 beta 2 for a