AW: Add mssing suggestions to javascript?

2022-06-15 Thread Christian Lenz
Hey Matthias, did the Dump help you? Do you need more info from my side? Cheers Chris Von: Matthias Bläsing Gesendet: Mittwoch, 18. Mai 2022 18:39 An: dev@netbeans.apache.org Betreff: Re: Add mssing suggestions to javascript? Hi Christian, I was able to generate a situation that might have b

AW: Add mssing suggestions to javascript?

2022-05-29 Thread Christian Lenz
@netbeans.apache.org Betreff: AW: Add mssing suggestions to javascript? Hey Matthias, thx for the insights, will try to create a thread Dump soon. Cheers Chris Von: Matthias Bläsing Gesendet: Mittwoch, 18. Mai 2022 18:39 An: dev@netbeans.apache.org Betreff: Re: Add mssing suggestions to javascript? Hi

AW: Add mssing suggestions to javascript?

2022-05-29 Thread Christian Lenz
. Here is the Dump: https://drive.google.com/file/d/1RFpRSJy2FWbokjfiunhpfYX2F2sJcOUD/view?usp=sharing please lemme know, how I can help more to identify the Problem. Cheers Chris Von: Christian Lenz Gesendet: Donnerstag, 19. Mai 2022 01:13 An: dev@netbeans.apache.org Betreff: AW: Add mssing

AW: Add mssing suggestions to javascript?

2022-05-18 Thread Christian Lenz
Hey Matthias, thx for the insights, will try to create a thread Dump soon. Cheers Chris Von: Matthias Bläsing Gesendet: Mittwoch, 18. Mai 2022 18:39 An: dev@netbeans.apache.org Betreff: Re: Add mssing suggestions to javascript? Hi Christian, I was able to generate a situation that might have

AW: Add mssing suggestions to javascript?

2022-05-18 Thread Christian Lenz
Hey Matthias, thx for your help to identifing the Problem, will try the Thing with the snapshot first. Cheers Chris Von: Matthias Bläsing Gesendet: Mittwoch, 18. Mai 2022 03:23 An: dev@netbeans.apache.org Betreff: Re: Add mssing suggestions to javascript? Hi Christian, Am Dienstag, dem 17.0

AW: Add mssing suggestions to javascript?

2022-05-17 Thread Christian Lenz
Hey Matthias, so I tried ant tryme and everything works as expected. I opened an html file and added the code const el = document.createElement('div'); after this I called el. And code completion shows me classList. So this is working. When I hit enter to add classList to the HTML file I ctrl +

AW: Add mssing suggestions to javascript?

2022-05-17 Thread Christian Lenz
Hey Matthias, yeah unfortunately I built master, I thought that was the correct one. Will try to build it again and will also test your test build. Thx and cheers Chris Von: Matthias Bläsing Gesendet: Montag, 16. Mai 2022 22:13 An: dev@netbeans.apache.org Betreff: Re: Add mssing suggestions t

AW: Add mssing suggestions to javascript?

2022-05-16 Thread Christian Lenz
Hey Matthias, so it seems, that the new Generation of the stubs file didn’t work out for me or Maybe I was stupid and I had to call the ts script by my own. All he stubs are still from 2015. I just found the classList property im this file with line: stub_DOM_Element.js:L486 classList is not P

AW: Add mssing suggestions to javascript?

2022-05-16 Thread Christian Lenz
Hey Matthias, missed that Point. Will test it today/tomorrow. Thx for the remembering. Cheers Chris Von: Matthias Bläsing Gesendet: Sonntag, 15. Mai 2022 17:30 An: dev@netbeans.apache.org Betreff: Re: Add mssing suggestions to javascript? Hi Christian, Am Freitag, dem 06.05.2022 um 17:43 +02

AW: Add mssing suggestions to javascript?

2022-05-06 Thread Christian Lenz
Hey Matthias, ok here is the Image link: https://ibb.co/VH5470k This is what I see, but I see the Problem „class“ will Show in JS file but this is of Course a HTML Attribute. Strange. I saw your screenshots in your PR. Maybe the project structure is the Problem. Would be cool if you can share y

AW: Add mssing suggestions to javascript?

2022-05-04 Thread Christian Lenz
Hey Matthias, I cloned your fork, built it, but I couldn’t find the classList with this example, mentioned here in the thread. classList is still missing. I opened it from the netbeans Folder inside nbbuild/netbeans. Code completion still works but just classList is missing. One thing, that I a

AW: Add mssing suggestions to javascript?

2022-05-01 Thread Christian Lenz
Hey Matthias, wow, great. Will test your fork as soon as possible. And also thx for this nice Generator 😊. Cheers Chris Von: Matthias Bläsing Gesendet: Samstag, 30. April 2022 22:07 An: dev@netbeans.apache.org; nu...@posteo.no Betreff: Re: Add mssing suggestions to javascript? Hi all, Am Mi

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

Re: AW: Add mssing suggestions to javascript?

2022-03-08 Thread nulll
Hi! do you mean the property classList is missing in the code completion? yes! Like in the attached image. On 08.03.2022 16:02, Christian Lenz wrote: Hi, do you mean the property classList is missing in the code completion? Cheers Chris Von: nu...@posteo.no Gesendet: Sonntag, 6. März 2

AW: Add mssing suggestions to javascript?

2022-03-08 Thread Christian Lenz
Hi, do you mean the property classList is missing in the code completion? Cheers Chris Von: nu...@posteo.no Gesendet: Sonntag, 6. März 2022 18:48 An: dev@netbeans.apache.org Betreff: Add mssing suggestions to javascript? Hi, the code suggestions for javascript is missing some recent stuff, fo