Re: LSP Language Server Protocol

2021-10-08 Thread Eric Bresie
I’ve seen the tutorial and appreciated the context, but was curious if more generalized perspective can be expanded on as this is a specific implementation. Some of the following may be implied by the article indirectly but wanted to confirm it here as well. It talks about setting up a node.js ba

Re: LSP Language Server Protocol

2021-10-08 Thread Eric Bresie
Follow up question… Assume the LSP is for language editing mainly but how do linking with a given compiler and/or run type action get handled? Assume there may be need to handle setting up instances of a given languages compiler/runtime so where is this setup? Depending on the language assume th

Getting started

2021-10-08 Thread Karl-Philipp Richter
Hi, I'd like to see if I could contribute to a few bugs starting with investigations with a perspective test-driven bugfix approach. So far I have the following questions: 1. Module build What is "etc." in "You can also use php, enterprise, etc. See the cluster.properties file." in README? Lo

Re: Getting started

2021-10-08 Thread Geertjan Wielenga
Here's all the code: https://github.com/apache/netbeans Tests are always found in a standard place per module, e.g.: https://github.com/apache/netbeans/tree/master/apisupport/apisupport.ant/test/unit Does that help at all? Gj On Fri, Oct 8, 2021 at 3:07 PM Karl-Philipp Richter wrote: > Hi,

Re: Getting started

2021-10-08 Thread Michael Bien
Hi, once you have build netbeans as described in the readme, you can simply run individual tests via right click on the junit file after you opened the module in netbeans. you can also rebuild individual modules or run your netbeans build directly from the IDE - you usually don't have to reb

Re: Getting started

2021-10-08 Thread Karl-Philipp Richter
Hi, thanks that's helpful for running the exact test I'm developing at the moment, however I regularly want to check the whole module for unintended changes, so I'm still looking for a way to run more than one test and less than all. If I change something in the Javascript editor module I want

Re: Getting started

2021-10-08 Thread Michael Bien
On 08.10.21 17:21, Karl-Philipp Richter wrote: Hi, thanks that's helpful for running the exact test I'm developing at the moment, however I regularly want to check the whole module for unintended changes, so I'm still looking for a way to run more than one test and less than all. testing an

[RESULT][VOTE] Release Apache Netbeans Standalone Java Hints Tool 12.5 [vote candidate 1]

2021-10-08 Thread Jan Lahoda
Thanks everyone for checks/reviews and votes! The vote passes with 3 +1 votes and no 0 or -1 votes: Matthias Bläsing Eric Barboni Jaroslav Tulach I'll proceed with publishing the release. Thanks! Jan On Wed, Oct 6, 2021 at 2:02 PM Jaroslav Tulach wrote: > +1 (binding) > > Downloaded, verifie