apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.63k stars 840 forks source link

Make F2 work to rename in the Outline component #7478

Closed eirikbakke closed 1 month ago

eirikbakke commented 2 months ago

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 NetBeans IDE, it can be tested e.g. from the Search Results pane, where selecting a file name and pressing F2 should allow the file to be renamed (per the usual functionality of the file's Node implementation).

eirikbakke commented 1 month ago

Thanks!