netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 21 ### What happened When a git repository contains a `.gitignore` file, rules with wildcards that should only be applied to _files_ are interpreted...
NetBeans `web.core` module notes: - Implement `CatalogDescriptor2` instead of deprecated `CatalogDescriptor` - Add JSTL schema version 3.0 for Jakarta 9 - Add JSTL schema version 3.1 for Jakarta 10 -...
### Description Hello NetBeans Team, I've been working with NetBeans IDE, specifically transitioning between version 19 and version 21, and I noticed a significant change in the way JPA Controller...
Currently, all the quickfix calculated appears in the VS code which may not be related to the current cursor position as well. So, if we add a condition that it...
### Description It would be nice to have rendered javadoc comments in code. This can increase the readability of code. The same functionality has IDEA and it helps a lot...
### Apache NetBeans version Apache NetBeans 21 ### What happened  Notice the `$fx();` line is not highlighted when other `$fx` variable usages are.  It seems it is otherwise...
### Apache NetBeans version Apache NetBeans 21 ### What happened `@return static` PHPDoc typehinting is broken. It used to work, but I have upgraded to Netbeans 21 and it does...
### Apache NetBeans version Apache NetBeans 21 ### What happened I am running NetBeans 21 with a HiDPI screen (4K) using Fedora 40 with KDE (wayland) and I have set...
### Apache NetBeans version Apache NetBeans 22 release candidate ### What happened Most likely due to https://github.com/apache/netbeans/pull/7153, a StackOverflowError happens when I select "Find Usages" on certain methods of our...
### Description When we work with round brackets in java we can see the start and end bracket via highlighting. For example:  I suggest to add...