Attila Kelemen

Results 340 comments of Attila Kelemen

Sorry, I got a bit distracted. It is not about the JDK version ...

I was not able to reproduce it regardless how I tried. I realized the your PR got merged, so I attempted to test it with the commit prior merge. Are...

Can you send me the content of your *.nb-gradle-properties*? You can remove the *auxiliary* and *tasks* tags if you want to (actually, I'm mostly interested in the *script-platform* part). It...

Your *.nb-gradle-properties* seems to be fine. So, I would guess that the problem depends on how your (or where) JDK was installed. That is, probably `JavaPlatformUtils.tryChooseFromOrderedPlatforms` cannot properly select the...

I have pushed some changes to the nb9 branch. Can you build it and check the logs? In particular, I'm interested if the message "Found no usable platforms" appears or...

My plan is to add a popup dialog to insert a dependency when pressing alt+insert (and selecting the appropriate option) sometimes in the future. Better support requires some improvement in...

I had a look at your solution. However, it seems too heavy for a feature which is almost never needed and even if it is, there is workaround (with a...

I see, I didn't consider the generated sources. You are right, it is surely an annoyance in that case. As for sources outside the project folder: I sometimes add some...

I'm not sure if I understand you. If the folder does not exist, then what is there to show? Also, I cannot create a "package view" of a non-existent directory...