A simple NetBeans plugin that will open project and package folders in the default system file manager.
build | 4 years ago | ||
nbproject | 5 years ago | ||
src/nz/ac/otago/infosci/ folderopener | 4 years ago | ||
.gitignore | 4 years ago | ||
README.md | 4 years ago | ||
build.xml | 5 years ago | ||
manifest.mf | 5 years ago |
The simplest "open folder in system file manager" plugin I could create.
There are a few of these things around, but they are more complicated than we need.
Given the increased pace of NetBeans and Java releases I want something that is easy for me to keep running on the latest version of NetBeans.
Tools > Plugins > Downloaded > Add Plugins...
Right click a folder in the project pane, then select Open in File Manager
. This will work on project roots, and packages in the Projects pane, and any folder in the Files pane.