Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

net.lbruun.netbeans:nb-explore-in-os

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

net.lbruun.netbeans:nb-explore-in-os

Adds a menu item to NetBeans IDE for opening the System's own file explorer

  • 1.0.3
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

NetBeans IDE Plugin: Explore Location in OS

NetBeans IDE plugin which adds menu action to open the OS'es file explorer.

How it works

Adds a new menu item, "Explore Location in OS", to the context menu (aka right-click menu) in the following explorer views in the IDE:

  • in the Projects Explorer: All folder-type nodes which represent a real folder on the disk has the menu item.
  • in the File Explorer: All folder-types nodes has the menu item.

Screenshots

Right-click on a source code folder:

Screenshot 2022-03-21 215312

Right-click on a Project:

Screenshot 2022-03-21 215339

How it works

The action simply uses Desktop.open() and should therefore work equally well on any platform supported by AWT/Swing.

Heritage

The plugin is somewhat similar to some previous plugins by various authors, now no longer maintained, most notably the Explore-from-here plugin.

However, the plugin presented here is a lot simpler than its predecessors and therefore easier to maintain.

FAQs

Package last updated on 26 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc