Apache NetBeans 24 RC 2 macOS installer

2024-11-08 Thread Juan Miguel Escribano
Hi! Everything OK on MacBook Pro M2, Sequoia 15.1, OpenJDK Zulu21.38+21-CA (build 21.0.5+11-LTS) — — — Juan Miguel Escribano > El 6 nov 2024, a las 15:42, Neil C Smith escribió: > > Hi all macOS NetBeans users, > > A test installer for 24-rc2 has now been added at > > https://nightlies.apa

Re: "Remove Trailing Whitespace From" option not working for the line you have your cursor in

2024-11-08 Thread Peter Hull
I think I have found the right place in the NB source code - https://github.com/apache/netbeans/blob/7d89336259b840ce53709cbc8240c88e32fd6ea1/ide/editor.lib2/src/org/netbeans/modules/editor/lib2/document/TrailingWhitespaceRemoveProcessor.java#L135-L144 It looks like (as mentioned previously) it del

C/C++ Support

2024-11-08 Thread slipbits
Is C/C++ still supported? I've been trying to use Netbeans as my C/C++ IDE and have so far been unsuccessful. I have used it for Java with no issues, but I can't seem to get it going for C/C++. Is there any documentation or FAQ that can be used as a guideline for setup? thanks --

Re: "Remove Trailing Whitespace From" option not working for the line you have your cursor in

2024-11-08 Thread Michael Andrews
Probably because the line is a comment. > On Nov 8, 2024, at 6:11 AM, Lakshika Bandara > wrote: > >  > Hi, > > > > I am currently using NetBeans version 18. I have set the option to remove > trailing whitespace from all lines. However, when I save the file, the > whitespace before the

Help on ordering actions returned from Utilities.actionsForPath

2024-11-08 Thread stephen cumminger
I am making great use of this utility to retrieve a list of actions that should be presented to users as menu choices on right-click of a node; such as shown in a BeanTreeView. I even have submenus working. My only outstanding desire is to order the menu items in the way I prefer. I have used t

Re: "Remove Trailing Whitespace From" option not working for the line you have your cursor in

2024-11-08 Thread Michael Bien
Hi, I am not sure but this might be indeed intended. It would be weird if the cursor would move if the line isn't finished yet. is this a problem? regards, michael On 08.11.24 12:09, Lakshika Bandara wrote: Hi, I am currently using NetBeans version 18. I have set the option to remove tr