Re: Spell checker

2022-12-02 Thread László Kishalmi
When there are suggestions they are displayed. [image: image.png] On Fri, Dec 2, 2022 at 3:33 PM Amn Ojee Uw wrote: > Hello Neil and thank you for the prompt response. > > I hope that the below better explains the choices, web pages, friends and > other have giving me. > > CTRL-ENTER = Break

Re: Spell checker

2022-12-02 Thread Amn Ojee Uw
Hello Neil and thank you for the prompt response. I hope that the below better explains the choices, web pages, friends and other have giving me. CTRL-ENTER = Breaks the line in two. Shift-ENTER = Brings the cursor to the line below. Alt-ENTER = Displays a menu choice saying * Add {word} to the

Re: Web Project compile on save not working?

2022-12-02 Thread Mitch Claborn
I'm not sure what happened, but it started working again. Weird. Mitch On 12/2/22 11:54, Mitch Claborn wrote: NB 15 on Xubuntu 20.04 I have a web project with "Compile on Save" set. When I change a java source file and save it, the timestamp on the corresponding class file in build/web/WEB-I

Web Project compile on save not working?

2022-12-02 Thread Mitch Claborn
NB 15 on Xubuntu 20.04 I have a web project with "Compile on Save" set. When I change a java source file and save it, the timestamp on the corresponding class file in build/web/WEB-INF/classes does not change. I'm 112.5% sure that this worked in NB 12. I'm fairly certain that it was working

Re: Spell checker

2022-12-02 Thread Neil C Smith
On Fri, 2 Dec 2022 at 16:24, Amn Ojee Uw wrote: > > In my Debian 11, running Netbeans 14, the spell checker catches the > spelling mistakes; but Shift-Enter, not only does not provide a list of > possible words, CTRL-ENTER? Neil --

Spell checker

2022-12-02 Thread Amn Ojee Uw
In my Debian 11, running Netbeans 14, the spell checker catches the spelling mistakes; but Shift-Enter, not only does not provide a list of possible words, it does not even open a popup window. If this is an bug to be reported, or if it is an error on my behalf, please let me know what I should

Re: Project unloadable with Gradle 7.5.1 and NetBeans 16

2022-12-02 Thread Giles Winstanley
Ah, that's frustrating; I've not encountered this particular error, so unsure in which direction to look to resolve this. I find Gradle support in NetBeans has been rather fragile, although generally better in NB15, and I'm hoping the NB16 issues are resolved quickly. I spent far too long with

Re: Project unloadable with Gradle 7.5.1 and NetBeans 16

2022-12-02 Thread Thomas Kellerer
Unfortunately NetBeans 15 also refused to open those projects failing with the same NPE: ava.lang.NullPointerException at org.netbeans.modules.gradle.api.GradleBaseProjectBuilder.processBasicInfo(GradleBaseProjectBuilder.java:107) at org.netbeans.modules.gradle.api.GradleBasePro

Re: Project unloadable with Gradle 7.5.1 and NetBeans 16

2022-12-02 Thread Giles Winstanley
Hi Thomas, This is a known issue that is already being worked on by the Gradle module developers:     https://github.com/apache/netbeans/pull/5022 Unfortunately it didn't make it into the upcoming v16 release, but from what I understand there is likely to be an update release which should re

Re: Project unloadable with Gradle 7.5.1 and NetBeans 16

2022-12-02 Thread Thomas Kellerer
Thomas Kellerer schrieb am 02.12.2022 um 08:10: > our project switch from Gradle 6.9.x to 7.5.1 and now it doesn't work with > NetBeans 16 any more (the most recent "voting candidate") > Everything was working fine with Gradle 6.9.x even with the various NetBeans > 16 RC versions > > Whenever I o

Re: Project unloadable with Gradle 7.5.1 and NetBeans 16

2022-12-02 Thread Thomas Kellerer
Richard Grin schrieb am 02.12.2022 um 09:20: > I don't use Gradle. Lucky you. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further informa

Re: Project unloadable with Gradle 7.5.1 and NetBeans 16

2022-12-02 Thread Richard Grin
Hello Thomas, I don't use Gradle. Perhaps you will find an explanation by reading https://lists.apache.org/list.html?d...@netbeans.apache.org (problems with Gradle in version 16)? Regards, Richard Le 02/12/2022 à 08:51, Thomas Kellerer a écrit : Thomas Kellerer schrieb am 02.12.2022 um 08: