netbeans
netbeans copied to clipboard
Apache NetBeans
Creating new application (Java With Maven, Java Application) has main class built ignoring templates
### Apache NetBeans version Apache NetBeans 13 release candidate ### What happened Creating a new Java with Maven, Java Application generates a Java file with a main. The file is...
### Apache NetBeans version Apache NetBeans 14 ### What happened I use Vietnamese Keyboard (https://www.unikey.org) and coding. When i write "thế giới" it change to "th? gi?i". But when i...
### Apache NetBeans version Apache NetBeans 14 ### What happened When I open a file with a filename includes spaces e.g. "For home.txt" and set the option to show the...
### Apache NetBeans version Apache NetBeans 14 ### What happened In the settings, Appearance > Document Tabs > Sort nothing. I work in a project and arrange files in the...
### Description Type hierarchy and call hierarchy are very useful features when working on medium to large sized projects (specially the former). If the LSP/TypeScript plug-in for NetBeans supported these...
This PR adds, `PROP_RELOADING`, to signal begin/end of document reloading due to an external change. This change is about handling fixup after a document is reloaded. Currently, `openide.text` adjusts any...
### Apache NetBeans version Apache NetBeans 13 ### What happened CDI bean is supposed to be found in the xhtml file after typing the "#{}" keyword. Also, when ctrl +...
An attempt to rewrite `html4j` based refactoring UI for VSCode to work over LSP.
### Apache NetBeans version Apache NetBeans 14 ### What happened Whenever formating a record which using @JsonInclude, the formatting is not correct. ### How to reproduce Please try to format...
Adds support for nested Junit5 test classes (`@Nested`) for the following operations: 1. [MAVEN] Navigate from the Test results to a method inside a nested class - for Gradle this...