Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chhh/OpenInExplorerAction
NetBeans plugin, which adds "Open in Explorer" action to all java packages and other folder-like nodes in "Project Explorer"
https://github.com/chhh/OpenInExplorerAction
Last synced: about 2 months ago
JSON representation
NetBeans plugin, which adds "Open in Explorer" action to all java packages and other folder-like nodes in "Project Explorer"
- Host: GitHub
- URL: https://github.com/chhh/OpenInExplorerAction
- Owner: chhh
- License: apache-2.0
- Created: 2015-09-21T01:34:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T16:54:47.000Z (over 9 years ago)
- Last Synced: 2024-08-05T11:12:42.445Z (5 months ago)
- Language: Java
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-netbeans - Open in Explorer Action - Opens a folder in system explorer. (:electric_plug: Plugins <a name="plugins"></a> / Productivity)
README
## NetBeans plugin "Open in Explorer"
To install, download the plugin from Releases section, in NetBeans go to
`Menu -> Tool -> Plugins -> Downloaded -> Add Plugins` and install.Now when you right click a folder in `Files` explorer or a java package in `Project`
explorer, you'll have a new action at the bottom to open your default system
file-explorer (i.e. Explorer on Windows, Finder on Mac, etc.)### Requirements
There are no pre-requisites, should work with any version of NetBeans >8.0.#### Enjoy