netbeans
netbeans copied to clipboard
Apache NetBeans
### Description I would like to search in project dependencies. I have a maven project and this project has some dependencies. I can browse them because there are sources jar...
In the Outline tree table component, make F2 work to edit the selected cell, like in JTable and JTree. In my case I needed this for my NetBeans Platform application....
In the TreeView component, which is used for the "Projects" tab in the NetBeans IDE, the user should be able to click anywhere to the right of the node's icon...
In menu bars, a boolean action will become a JCheckBoxMenuItem which can work with or without a custom icon. If the action has no icon of its own, the LAF...
In an OutlineView with multiple selection enabled, if the user tries to drag one row to a different position (e.g. to reorder rows when the underlying nodes support it), additional...
### Apache NetBeans version Apache NetBeans 22 ### What happened The test results window does not show up automatically when selecting “Test” in a project’s context menu. After opening it...
This PR adds scalable SVG versions of a few more NetBeans icons, for Retina/HiDPI screens, originally drawn for the [Ultorg](https://www.ultorg.com/) project. Some of the existing icons are also copied to...
The core problem reported by #4199 is most probably introduced by 562cfade954ea27308de01738813d050d1b57ce1. That change made the action stateful and in turn the Performer must follow that state ties. The concrete...
### Description Unfortunately it is very often when NB doesn't see serious changes in code. For example, there is a `Project A` that depends on `Project B`. `Project A` is...
### Description Using Alt+Insert we can generate different code - constructors, getters, setters etc. I suggest to let user choose what access modifier will be used for generated code. For...