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

Slack?

2023-12-01 Thread Michael Andrews
The Slack link at the bottom of this page is invalid. https://netbeans.apache.org/front/main/community/mailing-lists/ "Meet other users in the unofficial NetBeans Slack channel " Is there a public Slack workspace/channel?

Re: Running an angular application

2018-06-01 Thread Michael Andrews
Am I missing something? Aren’t all the plugins that make up the web experience available (and installable) from the plugins pane? I upgraded to the RC last night, and found that installing the Java EE stuff was super simple. Sure, they are not bundled as they use to be. But that is just a tem

Re: How to let NetBeans 8.2 show rest endpoints

2017-12-29 Thread Michael Andrews
NB will show them for JAX-RS endpoints. Spring MVC (which is what is being used in Spring Boot) is not JAX-RS compliant. They do their own thing. Use Grizzly Jersey or something that implements the JAX-RS API to see them in the project view. You can use Spring with Jersey. > On Dec 29, 2017, a