Line breaks in String literals

2021-12-05 Thread Mitch Claborn
When editing Java source in NetBeans 12.5, if you paste in between a pair of double quotes some clipboard contents that contain line breaks, the editor breaks the String literal into multiple lines and puts the plus sign for string concatenation at the END of the lines. If you press Enter in t

JSF CDI code assist

2021-12-05 Thread Jason Abreu
I'm using NetBeans 12.5 with a new Gradle 7 web project and am having issues with code completion working within JSF EL (Jakarta JSF 3.0).  I could definitely use some assistance figuring this out. Steps Taken: 1.  Created new Gradle Web project (declared dependency for jakarta ee 9.1 api) 2.

Re: [Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-05 Thread Bilu
ok clear. is there any way/trick to use that dependency with specification version? Thanks you Le 05/12/2021 à 13:48, Geertjan Wielenga a écrit : You’ll have to create a separate NBM per version of NetBeans that you’re targeting if you’re using implementation versions. Gj On Sun, 5 Dec 2021

Re: [Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-05 Thread Geertjan Wielenga
You’ll have to create a separate NBM per version of NetBeans that you’re targeting if you’re using implementation versions. Gj On Sun, 5 Dec 2021 at 13:30, Bilu wrote: > Any help on this thread? > Le 03/12/2021 à 13:48, Bilu Al a écrit : > > Hello, > I am following this tutorial: > https://netb

Re: [Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-05 Thread Bilu
Any help on this thread? Le 03/12/2021 à 13:48, Bilu Al a écrit : Hello, I am following this tutorial: https://netbeans.apache.org/wiki/DevFaqAddTimestampToLogs.asciidoc In Step 4 there is a use of implementation version of m