Skip to content
kinkadzs edited this page Jun 26, 2012 · 19 revisions

Back to Index

Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.

Plugin toolbar  Plugin menu

This plugins brings to your NetBeans five action that allow you to:



When a node that has an associated file is selected or active in NetBeans:

  1. Open the default OS shell on the location of the folder containing the file.
  2. Open the folder of the file in the default OS file system browser.
  3. Copy the path of the file selected on the system clipboard.

    The plugin is not OS agnostic, so for the moment the OS supported are:

    -) Windows
    -) Mac OS
    -) Linux (gnome, kde, lxde, xfce)

Back to Index