Michael Bien
Michael Bien
> It's just that the IDE doesn't allow me to compile the code at all this is a common misconception but NB is not building your project and typically can't...
@ExE-Boss yes. But all context sensitive keywords you listed compile fine using nb-javac 25 (the javac build embedded in NB). nb-javac is intentionally kept unchanged (outside of the fact that...
https://github.com/apache/netbeans/pull/9079 implements the `value` keyword in the semantic layer We can leave this issue open for informational purposes, but as previously mentioned for it to work the language feature (JEP...
switching document groups was always fairly slow - esp when it switched between a lot of files, but I don't use them very often. My document groups did import into...
can't reproduce it with a fresh ant web application project. The window shows up for about 1s. does this still happen when you disable "copy static resources on save" or...
can confirm that this fixes the issue, I could rename the (heavily used) utility method with all projects open.
I am a bit surprised that this works at all, since javac itself doesn't even support the 1.7 target anymore. (assuming thats not it) you are saying that: - you...
autosave is a global setting in `options -> editor -> autosave` which makes NB save files periodically or on focus loss events depends on how it is configured. (default has...
you are right. deploy-on-save does depend on compile-on-save. The dialog has a bug where it has DoC enabled by default without checking if CoS is toggled on. CoS is a...
Hi @banifou22 and @banifou, now there are two of you ;) I don't think anyone is working on this. Your best chance to improve this usecase is to try to...