C++: '}' recognized in comments

2025-07-15 Thread slipbits
NB 26 Win 11-64 clangd   16.0.2 I'm developing in C++ using NB as an editing platform. What I am seeing is that clangd/NB? recognizes '}' in comments. This interferes with the display of blocks of code (click on '(' or ')' and the containing block is displayed with a vertical bar on the left).

Re: Is working

2025-07-15 Thread Ernie Rael
On 25/07/15 2:11 AM, Neil C Smith wrote: On Tue, 15 Jul 2025 at 07:52, Ernie Rael wrote: On 25/07/14 2:49 PM, ArbolOneEnterprise wrote: Is this mailing list still active? Start at https://netbeans.apache.org/ then in the "Join us" note follow the link to mailing lists and under "Users list" (

Re: Platform Application Deployment: Missing netbeans-javaagent.jar

2025-07-15 Thread Daniel Hartman
Thank you, Neil and Michael. You're right, I copied the configuration from the IDE.  Removing the reference to the javaagent resolved the issue.   Sincerely, Dan On Monday, July 7, 2025 at 06:14:47 AM CDT, Neil C Smith wrote: Hi Daniel, On Fri, 4 Jul 2025 at 17:04, Michael Bien wr

Re: Editing a GUI form using JPA

2025-07-15 Thread Joachim Rohde
I had the same problem where I had a panel with some comboboxes which should be populated by values from the database. I worked around it by extracting the database calls into it's own method which needed to be called manually after constructing the panel: Within my TopComponent I construct the

Re: Is working

2025-07-15 Thread Neil C Smith
On Tue, 15 Jul 2025 at 07:52, Ernie Rael wrote: > > On 25/07/14 2:49 PM, ArbolOneEnterprise wrote: > > Is this mailing list still active? > > Start at https://netbeans.apache.org/ then in the "Join us" note follow > the link to mailing lists and under "Users list" (which is this list) > there are

Re: How to set dashboad to be on by default

2025-07-15 Thread Neil C Smith
On Mon, 14 Jul 2025 at 22:30, ArbolOneEnterprise wrote: > Anyone knows how to set the Dashboard tab to be show at start up? Top left widget in Dashboard, under Check for Updates - select Show Dash on Startup. Best wishes, Neil ---