Re: Java Copy Paste plugin

2022-01-14 Thread Juan Algaba
Was it this one? http://web.archive.org/web/20210304034453/http://plugins.netbeans.org/plugin/2748/java-text-copy-paste-module I was gonna say that you could compile it from source, but unfortunately it doesn't list any. Not even on the creators github account. I'm afraid this may be lost to the s

Re: Offline Install of Netbeans on JDK 8 (with nb-javac)

2022-01-14 Thread Brad K.
Ah, well then... looks like we're in for some fun with our security folks. ;) On 1/7/2022 3:05 AM, Neil C Smith wrote: On Fri, 7 Jan 2022 at 01:17, Brad K. wrote: Our security folks generally require approval of major release versions; i.e., 12.x, 13.x, etc. They don't look at content changes

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-14 Thread Tim Mullé
I messed around some more and figured out the cause, but there are still some issues that are beyond me. filed a ticket: https://issues.apache.org/jira/browse/NETBEANS-6391 > On Jan 14, 2022, at 7:58 AM, Tim Mullé wrote: > > Thanks, I won

Java Copy Paste plugin

2022-01-14 Thread Mitch Claborn
Back in earlier versions of NetBeans (12.2?) I was using a plugin called "Java Copy Paste". You could select a multi-line String constant and copy it as plain text, eliminating the surrounding double quotes. I used it frequently. I can no longer find it to install. Can anyone help? -- Mitch

Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-14 Thread Michael Bien
sure, anyone can add it as a plugin. -mbien On 14.01.22 14:18, Eric Bresie wrote: findbug was forked (replaced) by spotbug (see https://spotbugs.github.io/ ).  Could this be used to replace the existing findbug dependency/code? Alternatively, the sonar lint plugin(s) on the plugin portal may

Re: Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-14 Thread Eric Bresie
findbug was forked (replaced) by spotbug (see https://spotbugs.github.io/ ). Could this be used to replace the existing findbug dependency/code? Alternatively, the sonar lint plugin(s) on the plugin portal may provide an alternative for code analysis features. Eric Bresie ebre...@gmail.com (mail

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-14 Thread Tim Mullé
Thanks, I wonder for the people who the terminals do work they are using Rosetta and a non-ARM(x86) based JDK install so the code is properly picking the platform. I have Rosetta also, but since I’m using a native ARM JDK, it is not being run under Rosetta. Just thinking out loud. @Geertjan -

Can't install NetBeans using MacOS installer without JDK installed

2022-01-14 Thread Tim Mullé
Hi, I tried to install NetBeans using the MacOS installer to see if that would fix my missing Terminal issue, however, I can’t run the installer because I don’t have a JDK installed normally. I use SDKMAN to manage my JDK installations since I work with multiple JDK versions for my day job and

unsubscribe

2022-01-14 Thread Martín Traverso

Re:RE: Netbeans IDE 12.6/JavaFX 17/Java 11

2022-01-14 Thread wdh_456
Thank you very much, I will try this way. 发自我的小米手机在 Giovanni Dal Maso ,2022年1月14日 下午6:05写道: We had similar problems and in the end it was better to switch to maven. Just create your Netbeans Platform Application using “Java with Maven” > “NetBeans Application” and add JavaFX as a maven d

unsubscribe

2022-01-14 Thread Majid Ghasemi
unsubscribe

unsubscribe

2022-01-14 Thread dw1
unsubscribe - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.or

RE: Netbeans IDE 12.6/JavaFX 17/Java 11

2022-01-14 Thread Giovanni Dal Maso
We had similar problems and in the end it was better to switch to maven. Just create your Netbeans Platform Application using “Java with Maven” > “NetBeans Application” and add JavaFX as a maven dependency to the module that requires it. For example, add the following to the inside the pom.xml