netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Apache NetBeans

Results 708 netbeans issues
Sort by recently updated
recently updated
newest added

### 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...

kind:feature
needs:triage

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....

Platform
UI
ci:dev-build

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...

Platform
UI

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...

Platform
UI

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...

Look and Feel
Platform
UI

### 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...

kind:feature

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...

Platform
UI

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...

Platform
ci:dev-build

### 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...

kind:feature
needs:triage
pending-response

### 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...

kind:feature
needs:triage