corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

SelectInSystemBrowser - plugin detail

Select in System Browser action

n/a
Plugin owner: theskad
Website:
Added: 2008-06-04
Last updated: 2008-06-10
NetBeans Versions: 6.0
License: no licence
Category: NetBeans Rich Client Platform
Size: 0.00 MB
Downloaded: 698 times
Rating:
 4.25, by 4 users


Download plugin

Verifications for NetBeans versions

6.1 verification PASSED See verification details

Introduction

This module adds single action to Navigate menu: Select in System Browser.

Action opens parent directory of selected file in system browser using Java 6 desktop integration. Netbeans has to run in Java 6+ VM.



What's new in this version

Module is now signed.

[ You have to be logged in to be able to comment. ]

User Comments

  

That's bit different...

... "Open is System", as far as I know, opens file in system editor. That's bit different.



For directories, both actions has same behavior. E.g. folder is opened in Windows Explorer on Windows platform.


For regular file "Open in System" action opens preferred application, while "Select in System Browser" opens selected file's parent folder and opens it in explorer -- to be precise java.awt.Desktop#browse(String) is called :)



I've build this plugin, because sometimes I wanted to open file not in default system editor, but in something else. Or drag and drop file into Lotus Notes email (*doh*)

Posted by theskad on Jun 11, 2008
  

Thanks!

Oh.. Thanks for the tip! =)



upd:

Hmm... In keymaps I found "Open in System" action in the Edit category... It also opens files in system editor... Hmm...
Posted by adie on Jun 11, 2008
  

Uff, might be hard

I this this might be a bit disturbing (adding it to "every" menu). I've bind it to SHIFT+CONTROL+4 on my PC at work. So now I have:
SHIFT+CONTROL+1
Open in projects

SHIFT+CONTROL+2
Open in files

SHIFT+CONTROL+4
Open in system browser


:-)
Posted by theskad on Jun 10, 2008
  

Great!

Thank you so much! Very useful!
And I think that the same action should be in contextual menu for everything in Projects window.
Posted by adie on Jun 06, 2008