This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 220466 - Add a 'Show File in Explorer (OS)' menu to the file popup menu
Summary: Add a 'Show File in Explorer (OS)' menu to the file popup menu
Status: RESOLVED DUPLICATE of bug 203457
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-20 08:35 UTC by ngx472
Modified: 2012-12-19 10:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ngx472 2012-10-20 08:35:25 UTC
This feature request is system dependent. It would open an OS Explorer window and have the file selected. It can be implemented for Windows as:
    ProcessBuilder pb = new ProcessBuilder("explorer.exe", "/select," + filename);
    pb.start();
It exists in eclipse.

Thanks
Comment 1 Jaroslav Havlin 2012-12-19 10:03:24 UTC
This issue is a duplicate of bug 203457.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 203457 ***