Re: Add mssing suggestions to javascript?

2022-03-09 Thread Matthias Bläsing
Hi Christian, Am Mittwoch, dem 09.03.2022 um 09:31 +0100 schrieb Christian Lenz: > [Use TypeScript definition files as basis] This sounds like a good idea. I think you don't need to look to far, the core libraries are deocumented in the typescript repository itself: https://github.com/microsoft/

Re: [DISCUSS] Travis failures and nb-javac on Java 8

2022-03-09 Thread Michael Bien
On 09.03.22 14:43, Jaroslav Tulach wrote: But to pick a concrete (while random) example: lucene 9.x only supports JDK11+, the maven indexer modules are stuck with 5.x, updating it to 8.x might require manually patching a certain bugfix form 9.x to 8.x since there are no new releases planned for

Re: Alternative NetBeans 13 packages with JDK (and DEB without)

2022-03-09 Thread Neil C Smith
On Wed, 9 Mar 2022 at 11:14, Michael Bien wrote: > > These are built with NBPackage using the official ASF zip release, but > > are obviously third-party unofficial binaries themselves. > > pretty cool! Is the JDK installed globally or is it only used by NB? With these it's only local as part of

Re: [DISCUSS] Travis failures and nb-javac on Java 8

2022-03-09 Thread Jaroslav Tulach
ne 6. 3. 2022 v 17:02 odesĂ­latel Michael Bien napsal: > On 06.03.22 16:06, Jaroslav Tulach wrote: > >> But as you pointed out some modules which are used by the language > >> server have to be kept compatible with 8 unfortunately, which causes a > >> lot of ongoing issues but it is what it is. >

Re: Alternative NetBeans 13 packages with JDK (and DEB without)

2022-03-09 Thread Michael Bien
On 08.03.22 20:12, Neil C Smith wrote: Hi All, Today I updated the Codelerity / Gj IT alternative packages to Apache NetBeans 13. https://www.codelerity.com/netbeans/ These are built with NBPackage using the official ASF zip release, but are obviously third-party unofficial binaries themselves

Re: [Discuss] Netbeans 13 macOS Installer

2022-03-09 Thread Neil C Smith
On Wed, 9 Mar 2022 at 09:10, John Mc wrote: > Another option, which Neil recommended to me but I'll admit has taken me a > while to see how much better it might be(too much going on elsewhere) is to > create a second distpreparation zip file, and include that in the vote. Actually, that wasn't wh

Re: [Discuss] Netbeans 13 macOS Installer

2022-03-09 Thread John Mc
Another option, which Neil recommended to me but I'll admit has taken me a while to see how much better it might be(too much going on elsewhere) is to create a second distpreparation zip file, and include that in the vote. People will be able to compare this new one with the original and see the ch

AW: Add mssing suggestions to javascript?

2022-03-09 Thread Christian Lenz
Where did the current ones came from originally? As I can remember, WebStorm and maybs VS Code uses TypeScript DefinitelyTypes files for better code completion also for JS files: https://www.jetbrains.com/help/phpstorm/configuring-javascript-libraries.html#ws_js_configure_libraries_ts_definition