netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 21 ### What happened estoy intentando que me funcione javafx. ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce...
### Apache NetBeans version Apache NetBeans 21 ### What happened I am trying to debug my native executable in VSCode extension and I am trying to **pass arguments** to the...
Remove keyboard shortcut from terminal close action due to multiple conflicts. While testing the dashboard on macOS I noticed that the terminal close action shortcut clashes with the new dashboard...
### Apache NetBeans version Apache NetBeans 22 release candidate **NOTE:** both RC2 and RC3 ### What happened Download RC-2, copy NB-21 userdir, Start NB, Gradle Project Problems. ### Language /...
### Apache NetBeans version Apache NetBeans 16 ### What happened When using Fix Import Feature  this import suggestion always come out.  ### How to reproduce See What happened...
### Apache NetBeans version Apache NetBeans 22 release candidate ### What happened NetBeans sometimes renames classes/enum/iterfaces etc only in files, that declare them, but not in files, that use them....
### Description JavaFX has its own naming convention for working with [properties](https://docs.oracle.com/javafx/2/binding/jfxpub-binding.htm). For example, for string property ``` private StringProperty test = new SimpleStringProperty(); ``` the following methods are required:...
### Description During debugging, in the "Variables" tab, it would useful to see the BigDecimal value instead of its reference, just like it currently happens for Double or other Number...
### Apache NetBeans version Apache NetBeans 18 release candidate ### What happened When I'm in a debugger session and "Step Into" the exception occurs and debug session remains stuck. ```...